GoogleCloudDocumentaiV1beta3DocumentPageTable constructor
GoogleCloudDocumentaiV1beta3DocumentPageTable({
- List<
GoogleCloudDocumentaiV1beta3DocumentPageTableTableRow> ? bodyRows, - List<
GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage> ? detectedLanguages, - List<
GoogleCloudDocumentaiV1beta3DocumentPageTableTableRow> ? headerRows, - GoogleCloudDocumentaiV1beta3DocumentPageLayout? layout,
Implementation
GoogleCloudDocumentaiV1beta3DocumentPageTable({
this.bodyRows,
this.detectedLanguages,
this.headerRows,
this.layout,
});