Class DocumentDimensions
Message that describes dimension of a document.
Inheritance
System.Object
DocumentDimensions
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.AutoML.V1
Assembly: Google.Cloud.AutoML.V1.dll
Syntax
public sealed class DocumentDimensions : IMessage<DocumentDimensions>, IEquatable<DocumentDimensions>, IDeepCloneable<DocumentDimensions>, IBufferMessage, IMessage
Constructors
DocumentDimensions()
Declaration
public DocumentDimensions()
DocumentDimensions(DocumentDimensions)
Declaration
public DocumentDimensions(DocumentDimensions other)
Parameters
Type | Name | Description |
---|---|---|
DocumentDimensions | other |
Properties
Height
Height value of the document, works together with the unit.
Declaration
public float Height { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Unit
Unit of the dimension.
Declaration
public DocumentDimensions.Types.DocumentDimensionUnit Unit { get; set; }
Property Value
Type | Description |
---|---|
DocumentDimensions.Types.DocumentDimensionUnit |
Width
Width value of the document, works together with the unit.
Declaration
public float Width { get; set; }
Property Value
Type | Description |
---|---|
System.Single |