recognizer_ini_file method Null safety

VideoWorkerParams recognizer_ini_file(
  1. 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;
}