Class DetectedBreak (3.1.2)

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.

Inheritance

builtins.object > proto.message.Message > DetectedBreak

Classes

BreakType

BreakType(value)

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