GoogleCloudDatalabelingV1beta1NormalizedBoundingPoly constructor

GoogleCloudDatalabelingV1beta1NormalizedBoundingPoly({
  1. List<GoogleCloudDatalabelingV1beta1NormalizedVertex>? normalizedVertices,
})

Implementation

GoogleCloudDatalabelingV1beta1NormalizedBoundingPoly({
  this.normalizedVertices,
});