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