GoogleCloudDatalabelingV1beta1ImageBoundingPolyAnnotation constructor

GoogleCloudDatalabelingV1beta1ImageBoundingPolyAnnotation({
  1. GoogleCloudDatalabelingV1beta1AnnotationSpec? annotationSpec,
  2. GoogleCloudDatalabelingV1beta1BoundingPoly? boundingPoly,
  3. GoogleCloudDatalabelingV1beta1NormalizedBoundingPoly? normalizedBoundingPoly,
})

Implementation

GoogleCloudDatalabelingV1beta1ImageBoundingPolyAnnotation({
  this.annotationSpec,
  this.boundingPoly,
  this.normalizedBoundingPoly,
});