speechrecognizer_platform_interface library
Classes
- SpeechAudioInfo
- 音频信息配置
- SpeechRecognitionCompleteResult
- 语音识别完成结果
- SpeechRecognitionError
- 语音识别错误
- SpeechRecognitionResult
- 语音识别结果
- SpeechRecognitionStartResult
- 语音识别启动成功结果
- SpeechrecognizerPlatform
Typedefs
- OnSpeechComplete = void Function(SpeechRecognitionCompleteResult result)
- OnSpeechError = void Function(SpeechRecognitionError error)
- OnSpeechResult = void Function(SpeechRecognitionResult result)
- OnSpeechStart = void Function(SpeechRecognitionStartResult result)