DetectedBreak(mapping=None, *, ignore_unknown_fields=False, **kwargs)Detected start or end of a structural component.
Attributes |
|
|---|---|
| Name | Description |
type_ |
google.cloud.vision_v1p4beta1.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.