Class GoogleCloudVisionV1p1beta1Page
Detected page from OCR.
Inheritance
System.Object
GoogleCloudVisionV1p1beta1Page
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Vision.v1.Data
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class GoogleCloudVisionV1p1beta1Page : IDirectResponseSchema
Properties
Blocks
List of blocks of text, images etc on this page.
Declaration
[JsonProperty("blocks")]
public virtual IList<GoogleCloudVisionV1p1beta1Block> Blocks { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<GoogleCloudVisionV1p1beta1Block> |
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 |
|---|---|
| System.Nullable<System.Single> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.Nullable<System.Int32> |
Property
Additional information detected on the page.
Declaration
[JsonProperty("property")]
public virtual GoogleCloudVisionV1p1beta1TextAnnotationTextProperty Property { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudVisionV1p1beta1TextAnnotationTextProperty |
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 |
|---|---|
| System.Nullable<System.Int32> |