RecognizerHandler constructor

RecognizerHandler(
  1. String modelPath
)

Implementation

RecognizerHandler(this.modelPath) {
  _loadModel();
}