Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunk

Represents a chunk.

Inheritance
object
GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunk
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 GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunk : IDirectResponseSchema

Properties

ChunkFields

Chunk fields inside this chunk.

Declaration
[JsonProperty("chunkFields")]
public virtual IList<GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkField> ChunkFields { get; set; }
Property Value
Type Description
IList<GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkField>

ChunkId

ID of the chunk.

Declaration
[JsonProperty("chunkId")]
public virtual string ChunkId { get; set; }
Property Value
Type Description
string

Content

Text content of the chunk.

Declaration
[JsonProperty("content")]
public virtual string Content { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PageFooters

Page footers associated with the chunk.

Declaration
[JsonProperty("pageFooters")]
public virtual IList<GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageFooter> PageFooters { get; set; }
Property Value
Type Description
IList<GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageFooter>

PageHeaders

Page headers associated with the chunk.

Declaration
[JsonProperty("pageHeaders")]
public virtual IList<GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageHeader> PageHeaders { get; set; }
Property Value
Type Description
IList<GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageHeader>

PageSpan

Page span of the chunk.

Declaration
[JsonProperty("pageSpan")]
public virtual GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageSpan PageSpan { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageSpan

SourceBlockIds

Unused.

Declaration
[JsonProperty("sourceBlockIds")]
public virtual IList<string> SourceBlockIds { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX