GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock constructor

GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock({
  1. GoogleCloudDocumentaiV1DocumentAnnotations? annotations,
  2. List<GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow>? bodyRows,
  3. String? caption,
  4. List<GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow>? headerRows,
})

Implementation

GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock({
  this.annotations,
  this.bodyRows,
  this.caption,
  this.headerRows,
});