public enum Document.Page.Layout.Orientation extends Enum<Document.Page.Layout.Orientation> implements ProtocolMessageEnumDetected human reading orientation.
Protobuf enum google.cloud.documentai.v1beta1.Document.Page.Layout.Orientation
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| ORIENTATION_UNSPECIFIED | Unspecified orientation. |
| ORIENTATION_UNSPECIFIED_VALUE | Unspecified orientation. |
| PAGE_DOWN | Orientation is aligned with page down. Turn the head 180 degrees from upright to read. |
| PAGE_DOWN_VALUE | Orientation is aligned with page down. Turn the head 180 degrees from upright to read. |
| PAGE_LEFT | Orientation is aligned with page left. Turn the head 90 degrees counterclockwise from upright to read. |
| PAGE_LEFT_VALUE | Orientation is aligned with page left. Turn the head 90 degrees counterclockwise from upright to read. |
| PAGE_RIGHT | Orientation is aligned with page right. Turn the head 90 degrees clockwise from upright to read. |
| PAGE_RIGHT_VALUE | Orientation is aligned with page right. Turn the head 90 degrees clockwise from upright to read. |
| PAGE_UP | Orientation is aligned with page up. |
| PAGE_UP_VALUE | Orientation is aligned with page up. |
| 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() |