Google Cloud Vision v1 API - Class Page (3.6.0)

public sealed class Page : IMessage<Page>, IEquatable<Page>, IDeepCloneable<Page>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Vision v1 API class Page.

Detected page from OCR.

Inheritance

object > Page

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

Page()

public Page()

Page(Page)

public Page(Page other)
Parameter
NameDescription
otherPage

Properties

Blocks

public RepeatedField<Block> Blocks { get; }

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

Property Value
TypeDescription
RepeatedFieldBlock

Confidence

public float Confidence { get; set; }

Confidence of the OCR results on the page. Range [0, 1].

Property Value
TypeDescription
float

Height

public int Height { get; set; }

Page height. For PDFs the unit is points. For images (including TIFFs) the unit is pixels.

Property Value
TypeDescription
int

Property

public TextAnnotation.Types.TextProperty Property { get; set; }

Additional information detected on the page.

Property Value
TypeDescription
TextAnnotationTypesTextProperty

Width

public int Width { get; set; }

Page width. For PDFs the unit is points. For images (including TIFFs) the unit is pixels.

Property Value
TypeDescription
int