Cloud AutoML V1beta1 Client - Class DocumentDimensionUnit (1.4.17)

Reference documentation and code samples for the Cloud AutoML V1beta1 Client class DocumentDimensionUnit.

Unit of the document dimension.

Protobuf type google.cloud.automl.v1beta1.DocumentDimensions.DocumentDimensionUnit

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

DOCUMENT_DIMENSION_UNIT_UNSPECIFIED

Value: 0

Should not be used.

Generated from protobuf enum DOCUMENT_DIMENSION_UNIT_UNSPECIFIED = 0;

INCH

Value: 1

Document dimension is measured in inches.

Generated from protobuf enum INCH = 1;

CENTIMETER

Value: 2

Document dimension is measured in centimeters.

Generated from protobuf enum CENTIMETER = 2;

POINT

Value: 3

Document dimension is measured in points. 72 points = 1 inch.

Generated from protobuf enum POINT = 3;