GoogleCloudDocumentaiV1DocumentPageParagraph constructor
GoogleCloudDocumentaiV1DocumentPageParagraph({
- List<
GoogleCloudDocumentaiV1DocumentPageDetectedLanguage> ? detectedLanguages, - GoogleCloudDocumentaiV1DocumentPageLayout? layout,
- GoogleCloudDocumentaiV1DocumentProvenance? provenance,
Implementation
GoogleCloudDocumentaiV1DocumentPageParagraph({
this.detectedLanguages,
this.layout,
this.provenance,
});