Class DetectedBreak (2.6.3)

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

Detected start or end of a structural component.

Attributes

NameDescription
type_ google.cloud.vision_v1p2beta1.types.TextAnnotation.DetectedBreak.BreakType
Detected break type.
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.