GoogleCloudDatalabelingV1beta1BoundingBoxEvaluationOptions constructor

GoogleCloudDatalabelingV1beta1BoundingBoxEvaluationOptions({
  1. double? iouThreshold,
})

Implementation

GoogleCloudDatalabelingV1beta1BoundingBoxEvaluationOptions({
  this.iouThreshold,
});