|
|
@@ -131,9 +131,9 @@ object AsrHelper : OfflineCmdListener {
|
|
|
// 滚动更新当前识别中间结果
|
|
|
currentPartial += text
|
|
|
asr?.stopAsrWithMic()
|
|
|
- Log.d(TAG, "ASR final result: $currentPartial")
|
|
|
+ Log.d(TAG, "ASR final result: $text")
|
|
|
IntentRecognizeHelper.recognize(
|
|
|
- text = currentPartial,
|
|
|
+ text = text,
|
|
|
scence = scene,
|
|
|
onSuccess = { action ->
|
|
|
if (action.name == "goToDecisionCenter") {
|