GoogleCloudDatalabelingV1beta1Row constructor

GoogleCloudDatalabelingV1beta1Row({
  1. GoogleCloudDatalabelingV1beta1AnnotationSpec? annotationSpec,
  2. List<GoogleCloudDatalabelingV1beta1ConfusionMatrixEntry>? entries,
})

Implementation

GoogleCloudDatalabelingV1beta1Row({
  this.annotationSpec,
  this.entries,
});