Module: Google::Cloud::AutoML::V1beta1::DocumentDimensions::DocumentDimensionUnit

Defined in:
proto_docs/google/cloud/automl/v1beta1/data_items.rb

Overview

Unit of the document dimension.

Constant Summary collapse

DOCUMENT_DIMENSION_UNIT_UNSPECIFIED =

Should not be used.

0
INCH =

Document dimension is measured in inches.

1
CENTIMETER =

Document dimension is measured in centimeters.

2
POINT =

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

3