Class GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageHeader
Represents the page header associated with the chunk.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageHeader : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PageSpan
Page span of the header.
Declaration
[JsonProperty("pageSpan")]
public virtual GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan PageSpan { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan |
Text
Header in text format.
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
Type | Description |
---|---|
string |