Class: Google::Cloud::VideoIntelligence::V1::Track
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1::Track
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb
Overview
A track of an object instance.
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1::DetectedAttribute>
Optional.
-
#confidence ⇒ ::Float
Optional.
-
#segment ⇒ ::Google::Cloud::VideoIntelligence::V1::VideoSegment
Video segment of a track.
-
#timestamped_objects ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1::TimestampedObject>
The object with timestamp and attributes per frame in the track.
Instance Attribute Details
#attributes ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1::DetectedAttribute>
Returns Optional. Attributes in the track level.
459 460 461 462 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 459 class Track include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#confidence ⇒ ::Float
Returns Optional. The confidence score of the tracked object.
459 460 461 462 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 459 class Track include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#segment ⇒ ::Google::Cloud::VideoIntelligence::V1::VideoSegment
Returns Video segment of a track.
459 460 461 462 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 459 class Track include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#timestamped_objects ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1::TimestampedObject>
Returns The object with timestamp and attributes per frame in the track.
459 460 461 462 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 459 class Track include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |