Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta1DocumentChunkedDocumentChunk

Represents a chunk.

Inheritance
object
GoogleCloudDocumentaiV1beta1DocumentChunkedDocumentChunk
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 GoogleCloudDocumentaiV1beta1DocumentChunkedDocumentChunk : 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<GoogleCloudDocumentaiV1beta1DocumentChunkedDocumentChunkChunkPageFooter> PageFooters { get; set; }
Property Value
Type Description
IList<GoogleCloudDocumentaiV1beta1DocumentChunkedDocumentChunkChunkPageFooter>

PageHeaders

Page headers associated with the chunk.

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

PageSpan

Page span of the chunk.

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

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