Class: Google::Cloud::DataLabeling::V1beta1::VideoObjectTrackingAnnotation
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::VideoObjectTrackingAnnotation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb
Overview
Video object tracking annotation.
Instance Attribute Summary collapse
-
#annotation_spec ⇒ ::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec
Label of the object tracked in this annotation.
-
#object_tracking_frames ⇒ ::Array<::Google::Cloud::DataLabeling::V1beta1::ObjectTrackingFrame>
The list of frames where this object track appears.
-
#time_segment ⇒ ::Google::Cloud::DataLabeling::V1beta1::TimeSegment
The time segment of the video to which object tracking applies.
Instance Attribute Details
#annotation_spec ⇒ ::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec
Returns Label of the object tracked in this annotation.
295 296 297 298 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 295 class VideoObjectTrackingAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#object_tracking_frames ⇒ ::Array<::Google::Cloud::DataLabeling::V1beta1::ObjectTrackingFrame>
Returns The list of frames where this object track appears.
295 296 297 298 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 295 class VideoObjectTrackingAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_segment ⇒ ::Google::Cloud::DataLabeling::V1beta1::TimeSegment
Returns The time segment of the video to which object tracking applies.
295 296 297 298 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 295 class VideoObjectTrackingAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |