Interface protos.google.cloud.automl.v1beta1.IDocumentDimensions (2.4.5)

Properties of a DocumentDimensions.

Package

@google-cloud/automl!

Properties

height

height?: (number|null);

DocumentDimensions height

Property Value
TypeDescription
(number|null)

unit

unit?: (google.cloud.automl.v1beta1.DocumentDimensions.DocumentDimensionUnit|keyof typeof google.cloud.automl.v1beta1.DocumentDimensions.DocumentDimensionUnit|null);

DocumentDimensions unit

Property Value
TypeDescription
(google.cloud.automl.v1beta1.DocumentDimensions.DocumentDimensionUnit|keyof typeof google.cloud.automl.v1beta1.DocumentDimensions.DocumentDimensionUnit|null)

width

width?: (number|null);

DocumentDimensions width

Property Value
TypeDescription
(number|null)