Cloud AutoML V1 Client - Class DocumentDimensionUnit (1.6.0)

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

Unit of the document dimension.

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

Namespace

Google \ Cloud \ AutoMl \ V1 \ DocumentDimensions

Methods

static::name

Parameter
NameDescription
value mixed

static::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;