Google Cloud Documentai V1Document Style Args
data class GoogleCloudDocumentaiV1DocumentStyleArgs(val backgroundColor: Output<GoogleTypeColorArgs>? = null, val color: Output<GoogleTypeColorArgs>? = null, val fontFamily: Output<String>? = null, val fontSize: Output<GoogleCloudDocumentaiV1DocumentStyleFontSizeArgs>? = null, val fontWeight: Output<String>? = null, val textAnchor: Output<GoogleCloudDocumentaiV1DocumentTextAnchorArgs>? = null, val textDecoration: Output<String>? = null, val textStyle: Output<String>? = null) : ConvertibleToJava<GoogleCloudDocumentaiV1DocumentStyleArgs>
Annotation for common text style attributes. This adheres to CSS conventions as much as possible.
Constructors
Link copied to clipboard
fun GoogleCloudDocumentaiV1DocumentStyleArgs(backgroundColor: Output<GoogleTypeColorArgs>? = null, color: Output<GoogleTypeColorArgs>? = null, fontFamily: Output<String>? = null, fontSize: Output<GoogleCloudDocumentaiV1DocumentStyleFontSizeArgs>? = null, fontWeight: Output<String>? = null, textAnchor: Output<GoogleCloudDocumentaiV1DocumentTextAnchorArgs>? = null, textDecoration: Output<String>? = null, textStyle: Output<String>? = null)