Enum Document.Page.Token.DetectedBreak.Type (2.41.0)

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

ProtocolMessageEnum

Static Fields

NameDescription
HYPHEN

A hyphen that indicates that a token has been split across lines.

HYPHEN = 3;

HYPHEN_VALUE

A hyphen that indicates that a token has been split across lines.

HYPHEN = 3;

SPACE

A single whitespace.

SPACE = 1;

SPACE_VALUE

A single whitespace.

SPACE = 1;

TYPE_UNSPECIFIED

Unspecified break type.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Unspecified break type.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED
WIDE_SPACE

A wider whitespace.

WIDE_SPACE = 2;

WIDE_SPACE_VALUE

A wider whitespace.

WIDE_SPACE = 2;

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()