public interface DocumentDimensionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getHeight()
Height value of the document, works together with the unit.
|
DocumentDimensions.DocumentDimensionUnit |
getUnit()
Unit of the dimension.
|
int |
getUnitValue()
Unit of the dimension.
|
float |
getWidth()
Width value of the document, works together with the unit.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getUnitValue()
Unit of the dimension.
.google.cloud.automl.v1.DocumentDimensions.DocumentDimensionUnit unit = 1;DocumentDimensions.DocumentDimensionUnit getUnit()
Unit of the dimension.
.google.cloud.automl.v1.DocumentDimensions.DocumentDimensionUnit unit = 1;float getWidth()
Width value of the document, works together with the unit.
float width = 2;float getHeight()
Height value of the document, works together with the unit.
float height = 3;Copyright © 2025 Google LLC. All rights reserved.