Reference documentation and code samples for the Google Cloud Document Ai V1 Client class LayoutConfig.
Serving config for layout parser processor.
Generated from protobuf message google.cloud.documentai.v1.ProcessOptions.LayoutConfig
Namespace
Google \ Cloud \ DocumentAI \ V1 \ ProcessOptionsMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ chunking_config
↳ return_images
bool
Optional. Whether to include images in layout parser processor response.
↳ return_bounding_boxes
bool
Optional. Whether to include bounding boxes in layout parser processor response.
↳ enable_image_annotation
bool
Optional. Whether to include image annotations in layout parser response.
↳ enable_table_annotation
bool
Optional. Whether to include table annotations in layout parser response.
getChunkingConfig
Optional. Config for chunking in layout parser processor.
hasChunkingConfig
clearChunkingConfig
setChunkingConfig
Optional. Config for chunking in layout parser processor.
$this
getReturnImages
Optional. Whether to include images in layout parser processor response.
bool
setReturnImages
Optional. Whether to include images in layout parser processor response.
var
bool
$this
getReturnBoundingBoxes
Optional. Whether to include bounding boxes in layout parser processor response.
bool
setReturnBoundingBoxes
Optional. Whether to include bounding boxes in layout parser processor response.
var
bool
$this
getEnableImageAnnotation
Optional. Whether to include image annotations in layout parser response.
bool
setEnableImageAnnotation
Optional. Whether to include image annotations in layout parser response.
var
bool
$this
getEnableTableAnnotation
Optional. Whether to include table annotations in layout parser response.
bool
setEnableTableAnnotation
Optional. Whether to include table annotations in layout parser response.
var
bool
$this

