GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock constructor

GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock({
  1. GoogleCloudDocumentaiV1DocumentAnnotations? annotations,
  2. List<GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock>? blocks,
  3. String? text,
  4. String? type,
})

Implementation

GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock({
  this.annotations,
  this.blocks,
  this.text,
  this.type,
});