Cloud Vision V1p3beta1 API - Module Google::Cloud::Vision::V1p3beta1::TextAnnotation::DetectedBreak::BreakType (v0.7.0)

Reference documentation and code samples for the Cloud Vision V1p3beta1 API module Google::Cloud::Vision::V1p3beta1::TextAnnotation::DetectedBreak::BreakType.

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

Constants

UNKNOWN

value: 0
Unknown break label type.

SPACE

value: 1
Regular space.

SURE_SPACE

value: 2
Sure space (very wide).

EOL_SURE_SPACE

value: 3
Line-wrapping break.

HYPHEN

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

LINE_BREAK

value: 5
Line break that ends a paragraph.