Class: Google::Cloud::VideoIntelligence::V1::TextFrame
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1::TextFrame
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb
Overview
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.
Instance Attribute Summary collapse
-
#rotated_bounding_box ⇒ ::Google::Cloud::VideoIntelligence::V1::NormalizedBoundingPoly
Bounding polygon of the detected text for this frame.
-
#time_offset ⇒ ::Google::Protobuf::Duration
Timestamp of this frame.
Instance Attribute Details
#rotated_bounding_box ⇒ ::Google::Cloud::VideoIntelligence::V1::NormalizedBoundingPoly
Returns Bounding polygon of the detected text for this frame.
837 838 839 840 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 837 class TextFrame include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |