Class: Google::Cloud::VideoIntelligence::V1p2beta1::ObjectTrackingAnnotation
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1p2beta1::ObjectTrackingAnnotation
- Defined in:
- lib/google/cloud/video_intelligence/v1p2beta1/doc/google/cloud/videointelligence/v1p2beta1/video_intelligence.rb
Overview
Annotations corresponding to one tracked object.
Instance Attribute Summary collapse
-
#confidence ⇒ Float
Object category's labeling confidence of this track.
-
#entity ⇒ Google::Cloud::VideoIntelligence::V1p2beta1::Entity
Entity to specify the object category that this track is labeled as.
-
#frames ⇒ Array<Google::Cloud::VideoIntelligence::V1p2beta1::ObjectTrackingFrame>
Information corresponding to all frames where this object track appears.
-
#segment ⇒ Google::Cloud::VideoIntelligence::V1p2beta1::VideoSegment
Each object track corresponds to one video segment where it appears.
Instance Attribute Details
#confidence ⇒ Float
Returns Object category's labeling confidence of this track.
381 |
# File 'lib/google/cloud/video_intelligence/v1p2beta1/doc/google/cloud/videointelligence/v1p2beta1/video_intelligence.rb', line 381 class ObjectTrackingAnnotation; end |
#entity ⇒ Google::Cloud::VideoIntelligence::V1p2beta1::Entity
Returns Entity to specify the object category that this track is labeled as.
381 |
# File 'lib/google/cloud/video_intelligence/v1p2beta1/doc/google/cloud/videointelligence/v1p2beta1/video_intelligence.rb', line 381 class ObjectTrackingAnnotation; end |
#frames ⇒ Array<Google::Cloud::VideoIntelligence::V1p2beta1::ObjectTrackingFrame>
Returns Information corresponding to all frames where this object track appears.
381 |
# File 'lib/google/cloud/video_intelligence/v1p2beta1/doc/google/cloud/videointelligence/v1p2beta1/video_intelligence.rb', line 381 class ObjectTrackingAnnotation; end |
#segment ⇒ Google::Cloud::VideoIntelligence::V1p2beta1::VideoSegment
Returns Each object track corresponds to one video segment where it appears.
381 |
# File 'lib/google/cloud/video_intelligence/v1p2beta1/doc/google/cloud/videointelligence/v1p2beta1/video_intelligence.rb', line 381 class ObjectTrackingAnnotation; end |