AnnotateFileResponse constructor
      
      AnnotateFileResponse({ 
    
    
- Status? error,
- InputConfig? inputConfig,
- List<AnnotateImageResponse> ? responses,
- int? totalPages,
Implementation
AnnotateFileResponse({
  this.error,
  this.inputConfig,
  this.responses,
  this.totalPages,
});