Google Cloud Documentai V1Document Page Token Style Info Args
data class GoogleCloudDocumentaiV1DocumentPageTokenStyleInfoArgs(val backgroundColor: Output<GoogleTypeColorArgs>? = null, val bold: Output<Boolean>? = null, val fontSize: Output<Int>? = null, val fontType: Output<String>? = null, val fontWeight: Output<Int>? = null, val handwritten: Output<Boolean>? = null, val italic: Output<Boolean>? = null, val letterSpacing: Output<Double>? = null, val pixelFontSize: Output<Double>? = null, val smallcaps: Output<Boolean>? = null, val strikeout: Output<Boolean>? = null, val subscript: Output<Boolean>? = null, val superscript: Output<Boolean>? = null, val textColor: Output<GoogleTypeColorArgs>? = null, val underlined: Output<Boolean>? = null) : ConvertibleToJava<GoogleCloudDocumentaiV1DocumentPageTokenStyleInfoArgs>
Font and other text style attributes.
Constructors
Link copied to clipboard
fun GoogleCloudDocumentaiV1DocumentPageTokenStyleInfoArgs(backgroundColor: Output<GoogleTypeColorArgs>? = null, bold: Output<Boolean>? = null, fontSize: Output<Int>? = null, fontType: Output<String>? = null, fontWeight: Output<Int>? = null, handwritten: Output<Boolean>? = null, italic: Output<Boolean>? = null, letterSpacing: Output<Double>? = null, pixelFontSize: Output<Double>? = null, smallcaps: Output<Boolean>? = null, strikeout: Output<Boolean>? = null, subscript: Output<Boolean>? = null, superscript: Output<Boolean>? = null, textColor: Output<GoogleTypeColorArgs>? = null, underlined: Output<Boolean>? = null)