Class GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig
Serving config for chunking.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig : IDirectResponseSchema
Properties
BreakpointPercentileThreshold
Optional. The percentile of cosine dissimilarity that must be exceeded between a group of tokens and the next. The smaller this number is, the more chunks will be generated.
Declaration
[JsonProperty("breakpointPercentileThreshold")]
public virtual int? BreakpointPercentileThreshold { get; set; }
Property Value
Type | Description |
---|---|
int? |
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? |
SemanticChunkingGroupSize
Optional. The number of tokens to group together when evaluating semantic similarity.
Declaration
[JsonProperty("semanticChunkingGroupSize")]
public virtual bool? SemanticChunkingGroupSize { get; set; }
Property Value
Type | Description |
---|---|
bool? |