Module: Google::Cloud::Vision::V1p3beta1::TextAnnotation::DetectedBreak::BreakType

Defined in:
proto_docs/google/cloud/vision/v1p3beta1/text_annotation.rb

Overview

Enum to denote the type of break found. New line, space etc.

Constant Summary collapse

UNKNOWN =

Unknown break label type.

0
SPACE =

Regular space.

1
SURE_SPACE =

Sure space (very wide).

2
EOL_SURE_SPACE =

Line-wrapping break.

3
HYPHEN =

End-line hyphen that is not present in text; does not co-occur with SPACE, LEADER_SPACE, or LINE_BREAK.

4
LINE_BREAK =

Line break that ends a paragraph.

5