Class GoogleCloudDocumentaiV1beta3DocumentPage
A page in a Document.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3DocumentPage : 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<GoogleCloudDocumentaiV1beta3DocumentPageBlock> Blocks { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1beta3DocumentPageBlock> |
DetectedBarcodes
A list of detected barcodes.
Declaration
[JsonProperty("detectedBarcodes")]
public virtual IList<GoogleCloudDocumentaiV1beta3DocumentPageDetectedBarcode> DetectedBarcodes { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1beta3DocumentPageDetectedBarcode> |
DetectedLanguages
A list of detected languages together with confidence.
Declaration
[JsonProperty("detectedLanguages")]
public virtual IList<GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage> DetectedLanguages { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage> |
Dimension
Physical dimension of the page.
Declaration
[JsonProperty("dimension")]
public virtual GoogleCloudDocumentaiV1beta3DocumentPageDimension Dimension { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta3DocumentPageDimension |
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<GoogleCloudDocumentaiV1beta3DocumentPageFormField> FormFields { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1beta3DocumentPageFormField> |
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 GoogleCloudDocumentaiV1beta3DocumentPageImage Image { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta3DocumentPageImage |
ImageQualityScores
Image quality scores.
Declaration
[JsonProperty("imageQualityScores")]
public virtual GoogleCloudDocumentaiV1beta3DocumentPageImageQualityScores ImageQualityScores { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta3DocumentPageImageQualityScores |
Layout
Layout for the page.
Declaration
[JsonProperty("layout")]
public virtual GoogleCloudDocumentaiV1beta3DocumentPageLayout Layout { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta3DocumentPageLayout |
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<GoogleCloudDocumentaiV1beta3DocumentPageLine> Lines { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1beta3DocumentPageLine> |
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<GoogleCloudDocumentaiV1beta3DocumentPageParagraph> Paragraphs { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1beta3DocumentPageParagraph> |
Provenance
The history of this page.
Declaration
[JsonProperty("provenance")]
public virtual GoogleCloudDocumentaiV1beta3DocumentProvenance Provenance { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta3DocumentProvenance |
Symbols
A list of visually detected symbols on the page.
Declaration
[JsonProperty("symbols")]
public virtual IList<GoogleCloudDocumentaiV1beta3DocumentPageSymbol> Symbols { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1beta3DocumentPageSymbol> |
Tables
A list of visually detected tables on the page.
Declaration
[JsonProperty("tables")]
public virtual IList<GoogleCloudDocumentaiV1beta3DocumentPageTable> Tables { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1beta3DocumentPageTable> |
Tokens
A list of visually detected tokens on the page.
Declaration
[JsonProperty("tokens")]
public virtual IList<GoogleCloudDocumentaiV1beta3DocumentPageToken> Tokens { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1beta3DocumentPageToken> |
Transforms
Transformation matrices that were applied to the original document image to produce Page.image.
Declaration
[JsonProperty("transforms")]
public virtual IList<GoogleCloudDocumentaiV1beta3DocumentPageMatrix> Transforms { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1beta3DocumentPageMatrix> |
VisualElements
A list of detected non-text visual elements e.g. checkbox, signature etc. on the page.
Declaration
[JsonProperty("visualElements")]
public virtual IList<GoogleCloudDocumentaiV1beta3DocumentPageVisualElement> VisualElements { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1beta3DocumentPageVisualElement> |