HomeSort by relevance Sort by last modified time
    Searched refs:SpeechRecognitionHypothesis (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/content/public/common/
speech_recognition_result.h 16 struct SpeechRecognitionHypothesis {
20 SpeechRecognitionHypothesis() : confidence(0.0) {}
22 SpeechRecognitionHypothesis(const base::string16& utterance_value,
29 typedef std::vector<SpeechRecognitionHypothesis>
  /external/chromium_org/content/browser/speech/
google_streaming_remote_engine_unittest.cc 115 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& hyp_b = it_b->hypotheses[i]
    [all...]
speech_recognition_browsertest.cc 179 result.hypotheses.push_back(SpeechRecognitionHypothesis(
google_one_shot_remote_engine.cc 135 result->hypotheses.push_back(SpeechRecognitionHypothesis(utterance,
speech_recognizer_impl_android.cc 159 result.hypotheses.push_back(SpeechRecognitionHypothesis(
google_streaming_remote_engine.cc 434 SpeechRecognitionHypothesis hypothesis;
  /external/chromium_org/content/common/
speech_recognition_messages.h 28 IPC_STRUCT_TRAITS_BEGIN(content::SpeechRecognitionHypothesis)
  /external/chromium_org/content/public/test/
fake_speech_recognition_manager.cc 147 result.hypotheses.push_back(SpeechRecognitionHypothesis(
  /external/chromium_org/content/test/
mock_google_streaming_server.cc 94 const SpeechRecognitionHypothesis& hypothesis = result.hypotheses[i];

Completed in 287 milliseconds