Reference documentation and code samples for the Google Cloud Document Ai V1 Client class ChunkingConfig.
Serving config for chunking.
Generated from protobuf message google.cloud.documentai.v1.ProcessOptions.LayoutConfig.ChunkingConfig
Namespace
Google \ Cloud \ DocumentAI \ V1 \ ProcessOptions \ LayoutConfigMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ chunk_size |
int
Optional. The chunk sizes to use when splitting documents, in order of level. |
↳ include_ancestor_headings |
bool
Optional. Whether or not to include ancestor headings when splitting. |
getChunkSize
Optional. The chunk sizes to use when splitting documents, in order of level.
Returns | |
---|---|
Type | Description |
int |
setChunkSize
Optional. The chunk sizes to use when splitting documents, in order of level.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getIncludeAncestorHeadings
Optional. Whether or not to include ancestor headings when splitting.
Returns | |
---|---|
Type | Description |
bool |
setIncludeAncestorHeadings
Optional. Whether or not to include ancestor headings when splitting.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |