Method: Google::Cloud::VideoIntelligence::V1p3beta1::Track#timestamped_objects
- Defined in:
- proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb
#timestamped_objects ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::TimestampedObject>
Returns The object with timestamp and attributes per frame in the track.
385 386 387 388 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 385 class Track include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |