Class GoogleCloudDocumentaiV1beta2DocumentPage
A page in a Document.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta2.Data
Assembly: Google.Apis.Document.v1beta2.dll
Syntax
public class GoogleCloudDocumentaiV1beta2DocumentPage : 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<GoogleCloudDocumentaiV1beta2DocumentPageBlock> Blocks { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1beta2DocumentPageBlock> |
DetectedBarcodes
A list of detected barcodes.
Declaration
[JsonProperty("detectedBarcodes")]
public virtual IList<GoogleCloudDocumentaiV1beta2DocumentPageDetectedBarcode> DetectedBarcodes { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1beta2DocumentPageDetectedBarcode> |
DetectedLanguages
A list of detected languages together with confidence.
Declaration
[JsonProperty("detectedLanguages")]
public virtual IList<GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage> DetectedLanguages { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage> |
Dimension
Physical dimension of the page.
Declaration
[JsonProperty("dimension")]
public virtual GoogleCloudDocumentaiV1beta2DocumentPageDimension Dimension { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta2DocumentPageDimension |
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<GoogleCloudDocumentaiV1beta2DocumentPageFormField> FormFields { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1beta2DocumentPageFormField> |
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 GoogleCloudDocumentaiV1beta2DocumentPageImage Image { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta2DocumentPageImage |
ImageQualityScores
Image quality scores.
Declaration
[JsonProperty("imageQualityScores")]
public virtual GoogleCloudDocumentaiV1beta2DocumentPageImageQualityScores ImageQualityScores { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta2DocumentPageImageQualityScores |
Layout
Layout for the page.
Declaration
[JsonProperty("layout")]
public virtual GoogleCloudDocumentaiV1beta2DocumentPageLayout Layout { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta2DocumentPageLayout |
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<GoogleCloudDocumentaiV1beta2DocumentPageLine> Lines { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1beta2DocumentPageLine> |
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<GoogleCloudDocumentaiV1beta2DocumentPageParagraph> Paragraphs { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1beta2DocumentPageParagraph> |
Provenance
The history of this page.
Declaration
[JsonProperty("provenance")]
public virtual GoogleCloudDocumentaiV1beta2DocumentProvenance Provenance { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta2DocumentProvenance |
Symbols
A list of visually detected symbols on the page.
Declaration
[JsonProperty("symbols")]
public virtual IList<GoogleCloudDocumentaiV1beta2DocumentPageSymbol> Symbols { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1beta2DocumentPageSymbol> |
Tables
A list of visually detected tables on the page.
Declaration
[JsonProperty("tables")]
public virtual IList<GoogleCloudDocumentaiV1beta2DocumentPageTable> Tables { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1beta2DocumentPageTable> |
Tokens
A list of visually detected tokens on the page.
Declaration
[JsonProperty("tokens")]
public virtual IList<GoogleCloudDocumentaiV1beta2DocumentPageToken> Tokens { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1beta2DocumentPageToken> |
Transforms
Transformation matrices that were applied to the original document image to produce Page.image.
Declaration
[JsonProperty("transforms")]
public virtual IList<GoogleCloudDocumentaiV1beta2DocumentPageMatrix> Transforms { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1beta2DocumentPageMatrix> |
VisualElements
A list of detected non-text visual elements e.g. checkbox, signature etc. on the page.
Declaration
[JsonProperty("visualElements")]
public virtual IList<GoogleCloudDocumentaiV1beta2DocumentPageVisualElement> VisualElements { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1beta2DocumentPageVisualElement> |