Class Page (2.4.0)

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

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
RepeatedField<Block>

Confidence

public float Confidence { get; set; }

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

Property Value
TypeDescription
Single

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
Int32

Property

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

Additional information detected on the page.

Property Value
TypeDescription
TextAnnotation.Types.TextProperty

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
Int32