Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig

Serving config for chunking.

Inheritance
object
GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX