Cloud Vision V1 Client - Class BreakType (1.7.6)

Reference documentation and code samples for the Cloud Vision V1 Client class BreakType.

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

Protobuf type google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType

Namespace

Google \ Cloud \ Vision \ V1 \ TextAnnotation \ DetectedBreak

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

UNKNOWN

Value: 0

Unknown break label type.

Generated from protobuf enum UNKNOWN = 0;

SPACE

Value: 1

Regular space.

Generated from protobuf enum SPACE = 1;

SURE_SPACE

Value: 2

Sure space (very wide).

Generated from protobuf enum SURE_SPACE = 2;

EOL_SURE_SPACE

Value: 3

Line-wrapping break.

Generated from protobuf enum EOL_SURE_SPACE = 3;

HYPHEN

Value: 4

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

Generated from protobuf enum HYPHEN = 4;

LINE_BREAK

Value: 5

Line break that ends a paragraph.

Generated from protobuf enum LINE_BREAK = 5;