public sealed class Page : IMessage<Page>, IEquatable<Page>, IDeepCloneable<Page>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Vision v1 API class Page.
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 |
RepeatedFieldBlock |
|
Confidence
public float Confidence { get; set; }Confidence of the OCR results on the page. Range [0, 1].
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
int |
|
Property
public TextAnnotation.Types.TextProperty Property { get; set; }Additional information detected on the page.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
int |
|