GoogleCloudDatalabelingV1beta1VideoObjectTrackingAnnotation constructor

GoogleCloudDatalabelingV1beta1VideoObjectTrackingAnnotation({
  1. GoogleCloudDatalabelingV1beta1AnnotationSpec? annotationSpec,
  2. List<GoogleCloudDatalabelingV1beta1ObjectTrackingFrame>? objectTrackingFrames,
  3. GoogleCloudDatalabelingV1beta1TimeSegment? timeSegment,
})

Implementation

GoogleCloudDatalabelingV1beta1VideoObjectTrackingAnnotation({
  this.annotationSpec,
  this.objectTrackingFrames,
  this.timeSegment,
});