GoogleCloudDocumentaiV1DocumentStyle constructor
GoogleCloudDocumentaiV1DocumentStyle({
- GoogleTypeColor? backgroundColor,
- GoogleTypeColor? color,
- String? fontFamily,
- GoogleCloudDocumentaiV1DocumentStyleFontSize? fontSize,
- String? fontWeight,
- GoogleCloudDocumentaiV1DocumentTextAnchor? textAnchor,
- String? textDecoration,
- String? textStyle,
Implementation
GoogleCloudDocumentaiV1DocumentStyle({
this.backgroundColor,
this.color,
this.fontFamily,
this.fontSize,
this.fontWeight,
this.textAnchor,
this.textDecoration,
this.textStyle,
});