Class DetectedBreak (2.3.2)

DetectedBreak(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Detected start or end of a structural component. .. attribute:: type_

Detected break type.

:type: google.cloud.vision_v1.types.TextAnnotation.DetectedBreak.BreakType

Attribute

NameDescription
is_prefix bool
True if break prepends the element.

Classes

BreakType

BreakType(value)

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