BatchAnnotateImagesRequest constructor

BatchAnnotateImagesRequest({
  1. Map<String, String>? labels,
  2. String? parent,
  3. List<AnnotateImageRequest>? requests,
})

Implementation

BatchAnnotateImagesRequest({
  this.labels,
  this.parent,
  this.requests,
});