Class Document.Types.Page.Types.Dimension (1.0.0-beta03)

public sealed class Dimension : IMessage<Document.Types.Page.Types.Dimension>, IEquatable<Document.Types.Page.Types.Dimension>, IDeepCloneable<Document.Types.Page.Types.Dimension>, IBufferMessage, IMessage

Dimension for the page.

Inheritance

Object > Document.Types.Page.Types.Dimension

Namespace

Google.Cloud.DocumentAI.V1Beta2

Assembly

Google.Cloud.DocumentAI.V1Beta2.dll

Constructors

Dimension()

public Dimension()

Dimension(Document.Types.Page.Types.Dimension)

public Dimension(Document.Types.Page.Types.Dimension other)
Parameter
NameDescription
otherDocument.Types.Page.Types.Dimension

Properties

Height

public float Height { get; set; }

Page height.

Property Value
TypeDescription
Single

Unit

public string Unit { get; set; }

Dimension unit.

Property Value
TypeDescription
String

Width

public float Width { get; set; }

Page width.

Property Value
TypeDescription
Single