Class GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunk
Represents a chunk.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunk : 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<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> |