AnnotateFileResponse constructor

AnnotateFileResponse({
  1. Status? error,
  2. InputConfig? inputConfig,
  3. List<AnnotateImageResponse>? responses,
  4. int? totalPages,
})

Implementation

AnnotateFileResponse({
  this.error,
  this.inputConfig,
  this.responses,
  this.totalPages,
});