Class GoogleCloudDocumentaiV1DocumentPage
A page in a Document.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1DocumentPage : IDirectResponseSchema
Properties
Blocks
A list of visually detected text blocks on the page. A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.
Declaration
[JsonProperty("blocks")]
public virtual IList<GoogleCloudDocumentaiV1DocumentPageBlock> Blocks { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1DocumentPageBlock> |
DetectedBarcodes
A list of detected barcodes.
Declaration
[JsonProperty("detectedBarcodes")]
public virtual IList<GoogleCloudDocumentaiV1DocumentPageDetectedBarcode> DetectedBarcodes { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1DocumentPageDetectedBarcode> |
DetectedLanguages
A list of detected languages together with confidence.
Declaration
[JsonProperty("detectedLanguages")]
public virtual IList<GoogleCloudDocumentaiV1DocumentPageDetectedLanguage> DetectedLanguages { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1DocumentPageDetectedLanguage> |
Dimension
Physical dimension of the page.
Declaration
[JsonProperty("dimension")]
public virtual GoogleCloudDocumentaiV1DocumentPageDimension Dimension { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1DocumentPageDimension |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FormFields
A list of visually detected form fields on the page.
Declaration
[JsonProperty("formFields")]
public virtual IList<GoogleCloudDocumentaiV1DocumentPageFormField> FormFields { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1DocumentPageFormField> |
Image
Rendered image for this page. This image is preprocessed to remove any skew, rotation, and distortions such that the annotation bounding boxes can be upright and axis-aligned.
Declaration
[JsonProperty("image")]
public virtual GoogleCloudDocumentaiV1DocumentPageImage Image { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1DocumentPageImage |
ImageQualityScores
Image quality scores.
Declaration
[JsonProperty("imageQualityScores")]
public virtual GoogleCloudDocumentaiV1DocumentPageImageQualityScores ImageQualityScores { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1DocumentPageImageQualityScores |
Layout
Layout for the page.
Declaration
[JsonProperty("layout")]
public virtual GoogleCloudDocumentaiV1DocumentPageLayout Layout { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1DocumentPageLayout |
Lines
A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line.
Declaration
[JsonProperty("lines")]
public virtual IList<GoogleCloudDocumentaiV1DocumentPageLine> Lines { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1DocumentPageLine> |
PageNumber
1-based index for current Page in a parent Document. Useful when a page is taken out of a Document for individual processing.
Declaration
[JsonProperty("pageNumber")]
public virtual int? PageNumber { get; set; }
Property Value
Type | Description |
---|---|
int? |
Paragraphs
A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive as a paragraph.
Declaration
[JsonProperty("paragraphs")]
public virtual IList<GoogleCloudDocumentaiV1DocumentPageParagraph> Paragraphs { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1DocumentPageParagraph> |
Provenance
The history of this page.
Declaration
[JsonProperty("provenance")]
public virtual GoogleCloudDocumentaiV1DocumentProvenance Provenance { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1DocumentProvenance |
Symbols
A list of visually detected symbols on the page.
Declaration
[JsonProperty("symbols")]
public virtual IList<GoogleCloudDocumentaiV1DocumentPageSymbol> Symbols { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1DocumentPageSymbol> |
Tables
A list of visually detected tables on the page.
Declaration
[JsonProperty("tables")]
public virtual IList<GoogleCloudDocumentaiV1DocumentPageTable> Tables { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1DocumentPageTable> |
Tokens
A list of visually detected tokens on the page.
Declaration
[JsonProperty("tokens")]
public virtual IList<GoogleCloudDocumentaiV1DocumentPageToken> Tokens { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1DocumentPageToken> |
Transforms
Transformation matrices that were applied to the original document image to produce Page.image.
Declaration
[JsonProperty("transforms")]
public virtual IList<GoogleCloudDocumentaiV1DocumentPageMatrix> Transforms { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1DocumentPageMatrix> |
VisualElements
A list of detected non-text visual elements e.g. checkbox, signature etc. on the page.
Declaration
[JsonProperty("visualElements")]
public virtual IList<GoogleCloudDocumentaiV1DocumentPageVisualElement> VisualElements { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1DocumentPageVisualElement> |