Class GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig
Serving config for chunking.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig : IDirectResponseSchema
Properties
ChunkSize
Optional. The chunk sizes to use when splitting documents, in order of level.
Declaration
[JsonProperty("chunkSize")]
public virtual int? ChunkSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IncludeAncestorHeadings
Optional. Whether or not to include ancestor headings when splitting.
Declaration
[JsonProperty("includeAncestorHeadings")]
public virtual bool? IncludeAncestorHeadings { get; set; }
Property Value
Type | Description |
---|---|
bool? |