AsyncAnnotateFileRequest constructor
AsyncAnnotateFileRequest({
- List<
Feature> ? features, - ImageContext? imageContext,
- InputConfig? inputConfig,
- OutputConfig? outputConfig,
Implementation
AsyncAnnotateFileRequest({
this.features,
this.imageContext,
this.inputConfig,
this.outputConfig,
});