Module: Google::Cloud::DocumentAI::V1beta3::Document::Page::Token::DetectedBreak::Type

Defined in:
proto_docs/google/cloud/documentai/v1beta3/document.rb

Overview

Enum to denote the type of break found.

Constant Summary collapse

TYPE_UNSPECIFIED =

Unspecified break type.

0
SPACE =

A single whitespace.

1
WIDE_SPACE =

A wider whitespace.

2
HYPHEN =

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

3