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.
Implements
IMessageDocumentTypesPageTypesDimension, IEquatableDocumentTypesPageTypesDimension, IDeepCloneableDocumentTypesPageTypesDimension, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DocumentAIV1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
Dimension()
public Dimension()
Dimension(Dimension)
public Dimension(Document.Types.Page.Types.Dimension other)
Name | Description |
other | DocumentTypesPageTypesDimension |
Properties
Height
public float Height { get; set; }
Page height.
Type | Description |
float |
Unit
public string Unit { get; set; }
Dimension unit.
Type | Description |
string |
Width
public float Width { get; set; }
Page width.
Type | Description |
float |