recognizer_ini_file method Null safety
- String value
Set the name of the configuration file for Recognizer that will be used inside VideoWorker.
Implementation
VideoWorkerParams recognizer_ini_file(String value) {
  _recognizer_ini_file = value;
  return this;
}