Class DetectedBreak (2.9.1)

DetectedBreak(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Detected break at the end of a Token.

Attribute

NameDescription
type_ google.cloud.documentai_v1.types.Document.Page.Token.DetectedBreak.Type
Detected break type.

Classes

Type

Type(value)

Enum to denote the type of break found.

Values: TYPE_UNSPECIFIED (0): Unspecified break type. SPACE (1): A single whitespace. WIDE_SPACE (2): A wider whitespace. HYPHEN (3): A hyphen that indicates that a token has been split across lines.