AsyncBatchAnnotateImagesRequest constructor
      
      AsyncBatchAnnotateImagesRequest({ 
    
    
- Map<String, String> ? labels,
- OutputConfig? outputConfig,
- String? parent,
- List<AnnotateImageRequest> ? requests,
Implementation
AsyncBatchAnnotateImagesRequest({
  this.labels,
  this.outputConfig,
  this.parent,
  this.requests,
});