Class TextAnnotation (2.0.0)

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

Annotations related to one detected OCR text snippet. This will contain the corresponding text, confidence value, and frame level information for each detection.

Attributes

NameDescription
text str
The detected text.
segments Sequence[.video_intelligence.TextSegment]
All video segments where OCR detected text appears.
version str
Feature version.