GoogleCloudDocumentaiV1beta1DocumentStyle constructor
GoogleCloudDocumentaiV1beta1DocumentStyle({
- GoogleTypeColor? backgroundColor,
- GoogleTypeColor? color,
- GoogleCloudDocumentaiV1beta1DocumentStyleFontSize? fontSize,
- String? fontWeight,
- GoogleCloudDocumentaiV1beta1DocumentTextAnchor? textAnchor,
- String? textDecoration,
- String? textStyle,
Implementation
GoogleCloudDocumentaiV1beta1DocumentStyle({
this.backgroundColor,
this.color,
this.fontSize,
this.fontWeight,
this.textAnchor,
this.textDecoration,
this.textStyle,
});