Document AI V1 API - Module Google::Cloud::DocumentAI::V1::Document::Page::Token::DetectedBreak::Type (v1.13.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Document AI V1 API module Google::Cloud::DocumentAI::V1::Document::Page::Token::DetectedBreak::Type.
Enum to denote the type of break found.
Constants
TYPE_UNSPECIFIED
value: 0 Unspecified break type.
SPACE
value: 1 A single whitespace.
WIDE_SPACE
value: 2 A wider whitespace.
HYPHEN
value: 3 A hyphen that indicates that a token has been split across lines.