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