Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig

Serving config for chunking.

Inheritance
object
GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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. THIS FIELD IS NOT YET USED.

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. THIS FIELD IS NOT YET USED.

Declaration
[JsonProperty("semanticChunkingGroupSize")]
public virtual bool? SemanticChunkingGroupSize { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX