GoogleCloudDatalabelingV1beta1VideoObjectTrackingAnnotation constructor
GoogleCloudDatalabelingV1beta1VideoObjectTrackingAnnotation({
- GoogleCloudDatalabelingV1beta1AnnotationSpec? annotationSpec,
- List<
GoogleCloudDatalabelingV1beta1ObjectTrackingFrame> ? objectTrackingFrames, - GoogleCloudDatalabelingV1beta1TimeSegment? timeSegment,
Implementation
GoogleCloudDatalabelingV1beta1VideoObjectTrackingAnnotation({
this.annotationSpec,
this.objectTrackingFrames,
this.timeSegment,
});