public enum DocumentDimensions.DocumentDimensionUnit extends Enum<DocumentDimensions.DocumentDimensionUnit> implements ProtocolMessageEnum
Unit of the document dimension.
Protobuf enum google.cloud.automl.v1.DocumentDimensions.DocumentDimensionUnit
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
CENTIMETER | Document dimension is measured in centimeters. |
CENTIMETER_VALUE | Document dimension is measured in centimeters. |
DOCUMENT_DIMENSION_UNIT_UNSPECIFIED | Should not be used. |
DOCUMENT_DIMENSION_UNIT_UNSPECIFIED_VALUE | Should not be used. |
INCH | Document dimension is measured in inches. |
INCH_VALUE | Document dimension is measured in inches. |
POINT | Document dimension is measured in points. 72 points = 1 inch. |
POINT_VALUE | Document dimension is measured in points. 72 points = 1 inch. |
UNRECOGNIZED |
Static Methods
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |