Enum Document.Page.Layout.Orientation (2.2.1)

public enum Document.Page.Layout.Orientation extends Enum<Document.Page.Layout.Orientation> implements ProtocolMessageEnum

Detected human reading orientation.

Protobuf enum google.cloud.documentai.v1beta1.Document.Page.Layout.Orientation

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ORIENTATION_UNSPECIFIED

Unspecified orientation.

ORIENTATION_UNSPECIFIED = 0;

ORIENTATION_UNSPECIFIED_VALUE

Unspecified orientation.

ORIENTATION_UNSPECIFIED = 0;

PAGE_DOWN

Orientation is aligned with page down. Turn the head 180 degrees from upright to read.

PAGE_DOWN = 3;

PAGE_DOWN_VALUE

Orientation is aligned with page down. Turn the head 180 degrees from upright to read.

PAGE_DOWN = 3;

PAGE_LEFT

Orientation is aligned with page left. Turn the head 90 degrees counterclockwise from upright to read.

PAGE_LEFT = 4;

PAGE_LEFT_VALUE

Orientation is aligned with page left. Turn the head 90 degrees counterclockwise from upright to read.

PAGE_LEFT = 4;

PAGE_RIGHT

Orientation is aligned with page right. Turn the head 90 degrees clockwise from upright to read.

PAGE_RIGHT = 2;

PAGE_RIGHT_VALUE

Orientation is aligned with page right. Turn the head 90 degrees clockwise from upright to read.

PAGE_RIGHT = 2;

PAGE_UP

Orientation is aligned with page up.

PAGE_UP = 1;

PAGE_UP_VALUE

Orientation is aligned with page up.

PAGE_UP = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()