Document AI V1beta3 API - Module Google::Cloud::DocumentAI::V1beta3::Document::Page::Token::DetectedBreak::Type (v0.19.0)

Reference documentation and code samples for the Document AI V1beta3 API module Google::Cloud::DocumentAI::V1beta3::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.