GoogleCloudDatalabelingV1beta1ImageBoundingPolyAnnotation constructor
GoogleCloudDatalabelingV1beta1ImageBoundingPolyAnnotation({
- GoogleCloudDatalabelingV1beta1AnnotationSpec? annotationSpec,
- GoogleCloudDatalabelingV1beta1BoundingPoly? boundingPoly,
- GoogleCloudDatalabelingV1beta1NormalizedBoundingPoly? normalizedBoundingPoly,
Implementation
GoogleCloudDatalabelingV1beta1ImageBoundingPolyAnnotation({
this.annotationSpec,
this.boundingPoly,
this.normalizedBoundingPoly,
});