GoogleCloudDocumentaiV1ProcessOptionsLayoutConfig constructor

GoogleCloudDocumentaiV1ProcessOptionsLayoutConfig({
  1. GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig? chunkingConfig,
  2. bool? enableImageAnnotation,
  3. bool? enableTableAnnotation,
  4. bool? returnBoundingBoxes,
  5. bool? returnImages,
})

Implementation

GoogleCloudDocumentaiV1ProcessOptionsLayoutConfig({
  this.chunkingConfig,
  this.enableImageAnnotation,
  this.enableTableAnnotation,
  this.returnBoundingBoxes,
  this.returnImages,
});