Cloud Document AI v1beta3 API - Class Document.Types.Page.Types.Dimension (2.0.0-beta18)

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 v1beta3 API class Document.Types.Page.Types.Dimension.

Dimension for the page.

Inheritance

object > Document.Types.Page.Types.Dimension

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.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