We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b04bb commit 62f694fCopy full SHA for 62f694f
README.md
@@ -62,7 +62,7 @@ onRecognizerResult(e) {
62
- `isLast`:是否是最后一次识别,调用 `Recognizer.stop()` 后,`isLast` 值为 `true`,否则一直为 `false`
63
- `duration`:当前识别时间长度
64
- `onRecognizerVolumeChanged(Int volume)`
65
-语音识别的音量大小,当识别的语音改变音量是会触发该事件
+语音识别的音量大小,当识别的语音改变音量时会触发该事件
66
67
### Synthesizer
68
#### Methods
0 commit comments