Class GoogleCloudDocumentaiV1DocumentChunkedDocumentChunk
Represents a chunk.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1DocumentChunkedDocumentChunk : 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<GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageFooter> PageFooters { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageFooter> |
PageHeaders
Page headers associated with the chunk.
Declaration
[JsonProperty("pageHeaders")]
public virtual IList<GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageHeader> PageHeaders { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageHeader> |
PageSpan
Page span of the chunk.
Declaration
[JsonProperty("pageSpan")]
public virtual GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan PageSpan { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan |
SourceBlockIds
Unused.
Declaration
[JsonProperty("sourceBlockIds")]
public virtual IList<string> SourceBlockIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |