GoogleCloudDocumentaiV1DocumentPageParagraph constructor

GoogleCloudDocumentaiV1DocumentPageParagraph({
  1. List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>? detectedLanguages,
  2. GoogleCloudDocumentaiV1DocumentPageLayout? layout,
  3. GoogleCloudDocumentaiV1DocumentProvenance? provenance,
})

Implementation

GoogleCloudDocumentaiV1DocumentPageParagraph({
  this.detectedLanguages,
  this.layout,
  this.provenance,
});