GoogleCloudDocumentaiV1ProcessOptionsLayoutConfig constructor

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

Implementation

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