public sealed class Dimension : IMessage<Document.Types.Page.Types.Dimension>, IEquatable<Document.Types.Page.Types.Dimension>, IDeepCloneable<Document.Types.Page.Types.Dimension>, IBufferMessage, IMessageDimension for the page.
Implements
IMessage<Document.Types.Page.Types.Dimension>, IEquatable<Document.Types.Page.Types.Dimension>, IDeepCloneable<Document.Types.Page.Types.Dimension>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
Dimension()
public Dimension()Dimension(Document.Types.Page.Types.Dimension)
public Dimension(Document.Types.Page.Types.Dimension other)| Parameter | |
|---|---|
| Name | Description |
other |
Document.Types.Page.Types.Dimension |
Properties
Height
public float Height { get; set; }Page height.
| Property Value | |
|---|---|
| Type | Description |
Single |
|
Unit
public string Unit { get; set; }Dimension unit.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Width
public float Width { get; set; }Page width.
| Property Value | |
|---|---|
| Type | Description |
Single |
|