Searched refs:hypotheses (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/content/browser/speech/ |
D | google_one_shot_remote_engine_unittest.cc | 85 EXPECT_EQ(1U, result().hypotheses.size()); in TEST_F() 86 EXPECT_EQ(base::ASCIIToUTF16("123456"), result().hypotheses[0].utterance); in TEST_F() 87 EXPECT_EQ(0.9, result().hypotheses[0].confidence); in TEST_F() 95 EXPECT_EQ(2u, result().hypotheses.size()); in TEST_F() 96 EXPECT_EQ(base::ASCIIToUTF16("hello"), result().hypotheses[0].utterance); in TEST_F() 97 EXPECT_EQ(0.9, result().hypotheses[0].confidence); in TEST_F() 98 EXPECT_EQ(base::ASCIIToUTF16("123456"), result().hypotheses[1].utterance); in TEST_F() 99 EXPECT_EQ(0.5, result().hypotheses[1].confidence); in TEST_F() 104 EXPECT_EQ(0U, result().hypotheses.size()); in TEST_F() 109 EXPECT_EQ(0U, result().hypotheses.size()); in TEST_F() [all …]
|
D | google_streaming_remote_engine_unittest.cc | 114 result.hypotheses.push_back( in TEST_F() 116 result.hypotheses.push_back( in TEST_F() 145 result.hypotheses.push_back(SpeechRecognitionHypothesis( in TEST_F() 163 result.hypotheses.push_back( in TEST_F() 190 result.hypotheses.push_back( in TEST_F() 230 result.hypotheses.push_back( in TEST_F() 307 result.hypotheses.push_back( in TEST_F() 423 for (size_t i = 0; i < result.hypotheses.size(); ++i) { in ProvideMockResultDownstream() 426 const SpeechRecognitionHypothesis& hypothesis = result.hypotheses[i]; in ProvideMockResultDownstream() 470 it_a->hypotheses.size() != it_b->hypotheses.size()) { in ResultsAreEqual() [all …]
|
D | google_one_shot_remote_engine.cc | 135 result->hypotheses.push_back(SpeechRecognitionHypothesis(utterance, in ParseServerResponse() 140 result->hypotheses.clear(); in ParseServerResponse()
|
D | speech_recognition_browsertest.cc | 179 result.hypotheses.push_back(SpeechRecognitionHypothesis( in GetGoodSpeechResult()
|
D | speech_recognizer_impl_android.cc | 159 result.hypotheses.push_back(SpeechRecognitionHypothesis( in OnRecognitionResults()
|
D | google_streaming_remote_engine.cc | 444 result.hypotheses.push_back(hypothesis); in ProcessDownstreamResponse()
|
D | speech_recognizer_impl.cc | 728 results_are_empty = result.hypotheses.empty(); in ProcessFinalResult()
|
/external/chromium_org/content/renderer/ |
D | speech_recognition_dispatcher.cc | 200 const size_t num_hypotheses = result.hypotheses.size(); in OnResultsRetrieved() 204 transcripts[i] = result.hypotheses[i].utterance; in OnResultsRetrieved() 205 confidences[i] = static_cast<float>(result.hypotheses[i].confidence); in OnResultsRetrieved()
|
/external/chromium_org/content/test/ |
D | mock_google_streaming_server.cc | 91 for (size_t i = 0; i < result.hypotheses.size(); ++i) { in SimulateResult() 94 const SpeechRecognitionHypothesis& hypothesis = result.hypotheses[i]; in SimulateResult()
|
/external/chromium_org/content/public/common/ |
D | speech_recognition_result.h | 33 SpeechRecognitionHypothesisArray hypotheses; member
|
/external/chromium_org/content/common/ |
D | speech_recognition_messages.h | 35 IPC_STRUCT_TRAITS_MEMBER(hypotheses)
|
/external/chromium_org/content/public/test/ |
D | fake_speech_recognition_manager.cc | 147 result.hypotheses.push_back(SpeechRecognitionHypothesis( in SetFakeRecognitionResult()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/ |
D | en-US_klex.pkb | 579 …F hypnosis)@+HF!GK+Khypotheses)@6H!(1'KAQ
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_lexpos.utf | 2572 N "hypotheses" "ha_Ip'AT@si:z"
|