Show / Hide Table of Contents

Class GoogleCloudVisionV1p2beta1Page

Detected page from OCR.

Inheritance
object
GoogleCloudVisionV1p2beta1Page
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Vision.v1.Data
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class GoogleCloudVisionV1p2beta1Page : IDirectResponseSchema

Properties

Blocks

List of blocks of text, images etc on this page.

Declaration
[JsonProperty("blocks")]
public virtual IList<GoogleCloudVisionV1p2beta1Block> Blocks { get; set; }
Property Value
Type Description
IList<GoogleCloudVisionV1p2beta1Block>

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 GoogleCloudVisionV1p2beta1TextAnnotationTextProperty Property { get; set; }
Property Value
Type Description
GoogleCloudVisionV1p2beta1TextAnnotationTextProperty

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX