Class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan
Represents where the block starts and ends in the document.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PageEnd
Page where block ends in the document.
Declaration
[JsonProperty("pageEnd")]
public virtual int? PageEnd { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageStart
Page where block starts in the document.
Declaration
[JsonProperty("pageStart")]
public virtual int? PageStart { get; set; }
Property Value
Type | Description |
---|---|
int? |