TextSegment(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Video segment level annotation results for text detection. .. attribute:: segment
Video segment where a text snippet was detected.
:type: google.cloud.videointelligence_v1p3beta1.types.VideoSegment
Attributes |
|
---|---|
Name | Description |
confidence |
float
Confidence for the track of detected text. It is calculated as the highest over all frames where OCR detected text appears. |
frames |
Sequence[google.cloud.videointelligence_v1p3beta1.types.TextFrame]
Information related to the frames where OCR detected text appears. |