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.
Implements
IMessageDocumentTypesPageTypesDimension, IEquatableDocumentTypesPageTypesDimension, IDeepCloneableDocumentTypesPageTypesDimension, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
Dimension()
public Dimension()
Dimension(Dimension)
public Dimension(Document.Types.Page.Types.Dimension other)
Parameter | |
---|---|
Name | Description |
other | DocumentTypesPageTypesDimension |
Properties
Height
public float Height { get; set; }
Page height.
Property Value | |
---|---|
Type | Description |
float |
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 |
float |