public sealed class DocumentDimensions : IMessage<DocumentDimensions>, IEquatable<DocumentDimensions>, IDeepCloneable<DocumentDimensions>, IBufferMessage, IMessageMessage that describes dimension of a document.
Implements
IMessage<DocumentDimensions>, IEquatable<DocumentDimensions>, IDeepCloneable<DocumentDimensions>, 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 |
Single |
|
Unit
public DocumentDimensions.Types.DocumentDimensionUnit Unit { get; set; }Unit of the dimension.
| Property Value | |
|---|---|
| Type | Description |
DocumentDimensions.Types.DocumentDimensionUnit |
|
Width
public float Width { get; set; }Width value of the document, works together with the unit.
| Property Value | |
|---|---|
| Type | Description |
Single |
|