Class Page
Detected page from OCR.
Implements
Inherited Members
Namespace: Google.Apis.Vision.v1p1beta1.Data
Assembly: Google.Apis.Vision.v1p1beta1.dll
Syntax
public class Page : IDirectResponseSchema
Properties
Blocks
List of blocks of text, images etc on this page.
Declaration
[JsonProperty("blocks")]
public virtual IList<Block> Blocks { get; set; }
Property Value
Type | Description |
---|---|
IList<Block> |
Confidence
Confidence of the OCR results on the page. Range [0, 1].
Declaration
[JsonProperty("confidence")]
public virtual float? Confidence { get; set; }
Property Value
Type | Description |
---|---|
float? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Height
Page height. For PDFs the unit is points. For images (including TIFFs) the unit is pixels.
Declaration
[JsonProperty("height")]
public virtual int? Height { get; set; }
Property Value
Type | Description |
---|---|
int? |
Property
Additional information detected on the page.
Declaration
[JsonProperty("property")]
public virtual TextProperty Property { get; set; }
Property Value
Type | Description |
---|---|
TextProperty |
Width
Page width. For PDFs the unit is points. For images (including TIFFs) the unit is pixels.
Declaration
[JsonProperty("width")]
public virtual int? Width { get; set; }
Property Value
Type | Description |
---|---|
int? |