public sealed class DocumentDimensions : IMessage<DocumentDimensions>, IEquatable<DocumentDimensions>, IDeepCloneable<DocumentDimensions>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class DocumentDimensions.
Message that describes dimension of a document.
Implements
IMessageDocumentDimensions, IEquatableDocumentDimensions, IDeepCloneableDocumentDimensions, IBufferMessage, IMessageNamespace
Google.Cloud.AutoML.V1Assembly
Google.Cloud.AutoML.V1.dll
Constructors
DocumentDimensions()
public DocumentDimensions()
DocumentDimensions(DocumentDimensions)
public DocumentDimensions(DocumentDimensions other)
Parameter | |
---|---|
Name | Description |
other | DocumentDimensions |
Properties
Height
public float Height { get; set; }
Height value of the document, works together with the unit.
Property Value | |
---|---|
Type | Description |
float |
Unit
public DocumentDimensions.Types.DocumentDimensionUnit Unit { get; set; }
Unit of the dimension.
Property Value | |
---|---|
Type | Description |
DocumentDimensionsTypesDocumentDimensionUnit |
Width
public float Width { get; set; }
Width value of the document, works together with the unit.
Property Value | |
---|---|
Type | Description |
float |