GoogleCloudDatalabelingV1beta1VideoClassificationAnnotation constructor

GoogleCloudDatalabelingV1beta1VideoClassificationAnnotation({
  1. GoogleCloudDatalabelingV1beta1AnnotationSpec? annotationSpec,
  2. GoogleCloudDatalabelingV1beta1TimeSegment? timeSegment,
})

Implementation

GoogleCloudDatalabelingV1beta1VideoClassificationAnnotation({
  this.annotationSpec,
  this.timeSegment,
});