GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo constructor

GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo({
  1. GoogleTypeColor? backgroundColor,
  2. bool? bold,
  3. int? fontSize,
  4. String? fontType,
  5. int? fontWeight,
  6. bool? handwritten,
  7. bool? italic,
  8. double? letterSpacing,
  9. double? pixelFontSize,
  10. bool? smallcaps,
  11. bool? strikeout,
  12. bool? subscript,
  13. bool? superscript,
  14. GoogleTypeColor? textColor,
  15. bool? underlined,
})

Implementation

GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo({
  this.backgroundColor,
  this.bold,
  this.fontSize,
  this.fontType,
  this.fontWeight,
  this.handwritten,
  this.italic,
  this.letterSpacing,
  this.pixelFontSize,
  this.smallcaps,
  this.strikeout,
  this.subscript,
  this.superscript,
  this.textColor,
  this.underlined,
});