Google AutoML v1 API - Class DocumentDimensions (3.3.0)

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.

Inheritance

object > DocumentDimensions

Namespace

Google.Cloud.AutoML.V1

Assembly

Google.Cloud.AutoML.V1.dll

Constructors

DocumentDimensions()

public DocumentDimensions()

DocumentDimensions(DocumentDimensions)

public DocumentDimensions(DocumentDimensions other)
Parameter
NameDescription
otherDocumentDimensions

Properties

Height

public float Height { get; set; }

Height value of the document, works together with the unit.

Property Value
TypeDescription
float

Unit

public DocumentDimensions.Types.DocumentDimensionUnit Unit { get; set; }

Unit of the dimension.

Property Value
TypeDescription
DocumentDimensionsTypesDocumentDimensionUnit

Width

public float Width { get; set; }

Width value of the document, works together with the unit.

Property Value
TypeDescription
float