GoogleCloudDatalabelingV1beta1VideoObjectTrackingAnnotation class
Video object tracking annotation.
Constructors
-
GoogleCloudDatalabelingV1beta1VideoObjectTrackingAnnotation({GoogleCloudDatalabelingV1beta1AnnotationSpec? annotationSpec, List<
GoogleCloudDatalabelingV1beta1ObjectTrackingFrame> ? objectTrackingFrames, GoogleCloudDatalabelingV1beta1TimeSegment? timeSegment}) - GoogleCloudDatalabelingV1beta1VideoObjectTrackingAnnotation.fromJson(Map json_)
Properties
- annotationSpec ↔ GoogleCloudDatalabelingV1beta1AnnotationSpec?
-
Label of the object tracked in this annotation.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
objectTrackingFrames
↔ List<
GoogleCloudDatalabelingV1beta1ObjectTrackingFrame> ? -
The list of frames where this object track appears.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeSegment ↔ GoogleCloudDatalabelingV1beta1TimeSegment?
-
The time segment of the video to which object tracking applies.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited