Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunk

Represents a chunk.

Inheritance
object
GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunk
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.v1beta2.Data
Assembly: Google.Apis.Document.v1beta2.dll
Syntax
public class GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunk : IDirectResponseSchema

Properties

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<GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunkChunkPageFooter> PageFooters { get; set; }
Property Value
Type Description
IList<GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunkChunkPageFooter>

PageHeaders

Page headers associated with the chunk.

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

PageSpan

Page span of the chunk.

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

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