GoogleCloudDocumentaiV1ProcessOptionsLayoutConfig constructor
GoogleCloudDocumentaiV1ProcessOptionsLayoutConfig({
- GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig? chunkingConfig,
- bool? returnBoundingBoxes,
- bool? returnImages,
Implementation
GoogleCloudDocumentaiV1ProcessOptionsLayoutConfig({
this.chunkingConfig,
this.returnBoundingBoxes,
this.returnImages,
});