GoogleCloudDocumentaiV1beta1DocumentPageTable constructor
GoogleCloudDocumentaiV1beta1DocumentPageTable({
- List<
GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow> ? bodyRows, - List<
GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage> ? detectedLanguages, - List<
GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow> ? headerRows, - GoogleCloudDocumentaiV1beta1DocumentPageLayout? layout,
Implementation
GoogleCloudDocumentaiV1beta1DocumentPageTable({
this.bodyRows,
this.detectedLanguages,
this.headerRows,
this.layout,
});