public enum Document.Page.Token.DetectedBreak.Type extends Enum<Document.Page.Token.DetectedBreak.Type> implements ProtocolMessageEnum
Enum to denote the type of break found.
Protobuf enum google.cloud.documentai.v1.Document.Page.Token.DetectedBreak.Type
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
HYPHEN |
A hyphen that indicates that a token has been split across lines. |
HYPHEN_VALUE |
A hyphen that indicates that a token has been split across lines. |
SPACE |
A single whitespace. |
SPACE_VALUE |
A single whitespace. |
TYPE_UNSPECIFIED |
Unspecified break type. |
TYPE_UNSPECIFIED_VALUE |
Unspecified break type. |
UNRECOGNIZED |
|
WIDE_SPACE |
A wider whitespace. |
WIDE_SPACE_VALUE |
A wider whitespace. |
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() |