BatchAnnotateImagesResponse constructor

BatchAnnotateImagesResponse({
  1. List<AnnotateImageResponse>? responses,
})

Implementation

BatchAnnotateImagesResponse({
  this.responses,
});