Class: Google::Cloud::VideoIntelligence::V1::ObjectTrackingFrame
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1::ObjectTrackingFrame
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb
Overview
Video frame level annotations for object detection and tracking. This field stores per frame location, time offset, and confidence.
Instance Attribute Summary collapse
-
#normalized_bounding_box ⇒ ::Google::Cloud::VideoIntelligence::V1::NormalizedBoundingBox
The normalized bounding box location of this object track for the frame.
-
#time_offset ⇒ ::Google::Protobuf::Duration
The timestamp of the frame in microseconds.
Instance Attribute Details
#normalized_bounding_box ⇒ ::Google::Cloud::VideoIntelligence::V1::NormalizedBoundingBox
Returns The normalized bounding box location of this object track for the frame.
867 868 869 870 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 867 class ObjectTrackingFrame include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_offset ⇒ ::Google::Protobuf::Duration
Returns The timestamp of the frame in microseconds.
867 868 869 870 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 867 class ObjectTrackingFrame include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |