GoogleCloudDocumentaiV1beta2DocumentPageTable constructor
GoogleCloudDocumentaiV1beta2DocumentPageTable({
- List<
GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow> ? bodyRows, - List<
GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage> ? detectedLanguages, - List<
GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow> ? headerRows, - GoogleCloudDocumentaiV1beta2DocumentPageLayout? layout,
Implementation
GoogleCloudDocumentaiV1beta2DocumentPageTable({
this.bodyRows,
this.detectedLanguages,
this.headerRows,
this.layout,
});