Class TextFrame (2.8.1)

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

Video frame level annotation results for text annotation (OCR). Contains information regarding timestamp and bounding box locations for the frames containing detected OCR text snippets.

Attributes

NameDescription
rotated_bounding_box google.cloud.videointelligence_v1.types.NormalizedBoundingPoly
Bounding polygon of the detected text for this frame.
time_offset google.protobuf.duration_pb2.Duration
Timestamp of this frame.

Inheritance

builtins.object > proto.message.Message > TextFrame