Cloud Document AI v1 API - Class Document.Types.Page.Types.Dimension (3.15.0)

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

Reference documentation and code samples for the Cloud Document AI v1 API class Document.Types.Page.Types.Dimension.

Dimension for the page.

Inheritance

object > Document.Types.Page.Types.Dimension

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

Dimension()

public Dimension()

Dimension(Dimension)

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

Properties

Height

public float Height { get; set; }

Page height.

Property Value
TypeDescription
float

Unit

public string Unit { get; set; }

Dimension unit.

Property Value
TypeDescription
string

Width

public float Width { get; set; }

Page width.

Property Value
TypeDescription
float