From 68ca6f23155d2bcac752fa44d9ec30c0f13e14af Mon Sep 17 00:00:00 2001 From: "qunfang.lin" Date: Mon, 12 Oct 2020 09:53:49 +0800 Subject: [PATCH] [common][speech][TSIX-6797, guide and result are not same] Change-Id: I10959cbaa9f20138b226ac76d6434e2ca51de295 Signed-off-by: qunfang.lin --- .../SpeechRecognitionAlternative_transcript_attribute.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/tct-speech-w3c-tests/speech/SpeechRecognitionAlternative_transcript_attribute.html b/common/tct-speech-w3c-tests/speech/SpeechRecognitionAlternative_transcript_attribute.html index 656c31d68..c6635f439 100755 --- a/common/tct-speech-w3c-tests/speech/SpeechRecognitionAlternative_transcript_attribute.html +++ b/common/tct-speech-w3c-tests/speech/SpeechRecognitionAlternative_transcript_attribute.html @@ -73,7 +73,7 @@ recognition.onerror = function (event) { function start() { recognition.start(); - final_span.innerHTML = "ready to recognize"; + final_span.innerHTML = "ready to recognize: Speak"; } function stop() { -- 2.34.1