AsyncBatchAnnotateImagesRequest constructor

AsyncBatchAnnotateImagesRequest({
  1. Map<String, String>? labels,
  2. OutputConfig? outputConfig,
  3. String? parent,
  4. List<AnnotateImageRequest>? requests,
})

Implementation

AsyncBatchAnnotateImagesRequest({
  this.labels,
  this.outputConfig,
  this.parent,
  this.requests,
});