Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::VideoObjectTrackingAnnotation.
Video object tracking annotation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#annotation_spec
def annotation_spec() -> ::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec
Returns
- (::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec) — Label of the object tracked in this annotation.
#annotation_spec=
def annotation_spec=(value) -> ::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec
Parameter
- value (::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec) — Label of the object tracked in this annotation.
Returns
- (::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec) — Label of the object tracked in this annotation.
#object_tracking_frames
def object_tracking_frames() -> ::Array<::Google::Cloud::DataLabeling::V1beta1::ObjectTrackingFrame>
Returns
- (::Array<::Google::Cloud::DataLabeling::V1beta1::ObjectTrackingFrame>) — The list of frames where this object track appears.
#object_tracking_frames=
def object_tracking_frames=(value) -> ::Array<::Google::Cloud::DataLabeling::V1beta1::ObjectTrackingFrame>
Parameter
- value (::Array<::Google::Cloud::DataLabeling::V1beta1::ObjectTrackingFrame>) — The list of frames where this object track appears.
Returns
- (::Array<::Google::Cloud::DataLabeling::V1beta1::ObjectTrackingFrame>) — The list of frames where this object track appears.
#time_segment
def time_segment() -> ::Google::Cloud::DataLabeling::V1beta1::TimeSegment
Returns
- (::Google::Cloud::DataLabeling::V1beta1::TimeSegment) — The time segment of the video to which object tracking applies.
#time_segment=
def time_segment=(value) -> ::Google::Cloud::DataLabeling::V1beta1::TimeSegment
Parameter
- value (::Google::Cloud::DataLabeling::V1beta1::TimeSegment) — The time segment of the video to which object tracking applies.
Returns
- (::Google::Cloud::DataLabeling::V1beta1::TimeSegment) — The time segment of the video to which object tracking applies.