GoogleCloudDocumentaiV1beta2DocumentStyle constructor
GoogleCloudDocumentaiV1beta2DocumentStyle({
- GoogleTypeColor? backgroundColor,
- GoogleTypeColor? color,
- GoogleCloudDocumentaiV1beta2DocumentStyleFontSize? fontSize,
- String? fontWeight,
- GoogleCloudDocumentaiV1beta2DocumentTextAnchor? textAnchor,
- String? textDecoration,
- String? textStyle,
Implementation
GoogleCloudDocumentaiV1beta2DocumentStyle({
this.backgroundColor,
this.color,
this.fontSize,
this.fontWeight,
this.textAnchor,
this.textDecoration,
this.textStyle,
});