public sealed class Page : IMessage<Page>, IEquatable<Page>, IDeepCloneable<Page>, IBufferMessage, IMessage
Detected page from OCR.
Namespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
Page()
public Page()
Page(Page)
public Page(Page other)
Parameter | |
---|---|
Name | Description |
other | Page |
Properties
Blocks
public RepeatedField<Block> Blocks { get; }
List of blocks of text, images etc on this page.
Property Value | |
---|---|
Type | Description |
RepeatedField<Block> |
Confidence
public float Confidence { get; set; }
Confidence of the OCR results on the page. Range [0, 1].
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Int32 |
Property
public TextAnnotation.Types.TextProperty Property { get; set; }
Additional information detected on the page.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Int32 |