AsyncAnnotateFileRequest constructor

AsyncAnnotateFileRequest({
  1. List<Feature>? features,
  2. ImageContext? imageContext,
  3. InputConfig? inputConfig,
  4. OutputConfig? outputConfig,
})

Implementation

AsyncAnnotateFileRequest({
  this.features,
  this.imageContext,
  this.inputConfig,
  this.outputConfig,
});