Searched refs:SpeechRecognitionHypothesis (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/content/public/common/
H A Dspeech_recognition_result.h16 struct SpeechRecognitionHypothesis { struct in namespace:content
20 SpeechRecognitionHypothesis() : confidence(0.0) {} function in struct:content::SpeechRecognitionHypothesis
22 SpeechRecognitionHypothesis(const base::string16& utterance_value, function in struct:content::SpeechRecognitionHypothesis
29 typedef std::vector<SpeechRecognitionHypothesis>
/external/chromium_org/content/browser/speech/
H A Dgoogle_streaming_remote_engine_unittest.cc115 SpeechRecognitionHypothesis(base::UTF8ToUTF16("hypothesis 1"), 0.1F));
117 SpeechRecognitionHypothesis(base::UTF8ToUTF16("hypothesis 2"), 0.2F));
145 result.hypotheses.push_back(SpeechRecognitionHypothesis(
164 SpeechRecognitionHypothesis(base::UTF8ToUTF16("The final result"), 1.0F));
191 SpeechRecognitionHypothesis(base::UTF8ToUTF16("hypothesis"), 1.0F));
231 SpeechRecognitionHypothesis(base::UTF8ToUTF16("The final result"), 0.0F));
308 SpeechRecognitionHypothesis(base::UTF8ToUTF16("foo"), 0.5));
426 const SpeechRecognitionHypothesis& hypothesis = result.hypotheses[i];
474 const SpeechRecognitionHypothesis& hyp_a = it_a->hypotheses[i];
475 const SpeechRecognitionHypothesis
[all...]
H A Dspeech_recognition_browsertest.cc179 result.hypotheses.push_back(SpeechRecognitionHypothesis(
H A Dgoogle_one_shot_remote_engine.cc135 result->hypotheses.push_back(SpeechRecognitionHypothesis(utterance,
H A Dspeech_recognizer_impl_android.cc159 result.hypotheses.push_back(SpeechRecognitionHypothesis(
H A Dgoogle_streaming_remote_engine.cc434 SpeechRecognitionHypothesis hypothesis;
/external/chromium_org/content/common/
H A Dspeech_recognition_messages.h28 IPC_STRUCT_TRAITS_BEGIN(content::SpeechRecognitionHypothesis)
/external/chromium_org/content/public/test/
H A Dfake_speech_recognition_manager.cc147 result.hypotheses.push_back(SpeechRecognitionHypothesis(
/external/chromium_org/content/test/
H A Dmock_google_streaming_server.cc94 const SpeechRecognitionHypothesis& hypothesis = result.hypotheses[i];

Completed in 206 milliseconds