Enum Document.Page.Layout.Orientation
- java.lang.Object
-
- java.lang.Enum<Document.Page.Layout.Orientation>
-
- com.google.cloud.documentai.v1beta2.Document.Page.Layout.Orientation
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<Document.Page.Layout.Orientation>
- Enclosing class:
- Document.Page.Layout
public static enum Document.Page.Layout.Orientation extends Enum<Document.Page.Layout.Orientation> implements com.google.protobuf.ProtocolMessageEnum
Detected human reading orientation.
Protobuf enumgoogle.cloud.documentai.v1beta2.Document.Page.Layout.Orientation
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ORIENTATION_UNSPECIFIED
Unspecified orientation.PAGE_DOWN
Orientation is aligned with page down.PAGE_LEFT
Orientation is aligned with page left.PAGE_RIGHT
Orientation is aligned with page right.PAGE_UP
Orientation is aligned with page up.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
ORIENTATION_UNSPECIFIED_VALUE
Unspecified orientation.static int
PAGE_DOWN_VALUE
Orientation is aligned with page down.static int
PAGE_LEFT_VALUE
Orientation is aligned with page left.static int
PAGE_RIGHT_VALUE
Orientation is aligned with page right.static int
PAGE_UP_VALUE
Orientation is aligned with page up.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Document.Page.Layout.Orientation
forNumber(int value)
static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
int
getNumber()
com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
static com.google.protobuf.Internal.EnumLiteMap<Document.Page.Layout.Orientation>
internalGetValueMap()
static Document.Page.Layout.Orientation
valueOf(int value)
Deprecated.static Document.Page.Layout.Orientation
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Document.Page.Layout.Orientation
valueOf(String name)
Returns the enum constant of this type with the specified name.static Document.Page.Layout.Orientation[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ORIENTATION_UNSPECIFIED
public static final Document.Page.Layout.Orientation ORIENTATION_UNSPECIFIED
Unspecified orientation.
ORIENTATION_UNSPECIFIED = 0;
-
PAGE_UP
public static final Document.Page.Layout.Orientation PAGE_UP
Orientation is aligned with page up.
PAGE_UP = 1;
-
PAGE_RIGHT
public static final Document.Page.Layout.Orientation PAGE_RIGHT
Orientation is aligned with page right. Turn the head 90 degrees clockwise from upright to read.
PAGE_RIGHT = 2;
-
PAGE_DOWN
public static final Document.Page.Layout.Orientation PAGE_DOWN
Orientation is aligned with page down. Turn the head 180 degrees from upright to read.
PAGE_DOWN = 3;
-
PAGE_LEFT
public static final Document.Page.Layout.Orientation PAGE_LEFT
Orientation is aligned with page left. Turn the head 90 degrees counterclockwise from upright to read.
PAGE_LEFT = 4;
-
UNRECOGNIZED
public static final Document.Page.Layout.Orientation UNRECOGNIZED
-
-
Field Detail
-
ORIENTATION_UNSPECIFIED_VALUE
public static final int ORIENTATION_UNSPECIFIED_VALUE
Unspecified orientation.
ORIENTATION_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
PAGE_UP_VALUE
public static final int PAGE_UP_VALUE
Orientation is aligned with page up.
PAGE_UP = 1;
- See Also:
- Constant Field Values
-
PAGE_RIGHT_VALUE
public static final int PAGE_RIGHT_VALUE
Orientation is aligned with page right. Turn the head 90 degrees clockwise from upright to read.
PAGE_RIGHT = 2;
- See Also:
- Constant Field Values
-
PAGE_DOWN_VALUE
public static final int PAGE_DOWN_VALUE
Orientation is aligned with page down. Turn the head 180 degrees from upright to read.
PAGE_DOWN = 3;
- See Also:
- Constant Field Values
-
PAGE_LEFT_VALUE
public static final int PAGE_LEFT_VALUE
Orientation is aligned with page left. Turn the head 90 degrees counterclockwise from upright to read.
PAGE_LEFT = 4;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static Document.Page.Layout.Orientation[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Document.Page.Layout.Orientation c : Document.Page.Layout.Orientation.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Document.Page.Layout.Orientation valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static Document.Page.Layout.Orientation valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
public static Document.Page.Layout.Orientation forNumber(int value)
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<Document.Page.Layout.Orientation> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static Document.Page.Layout.Orientation valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-