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

  /external/chromium_org/content/browser/speech/
google_one_shot_remote_engine.cc 111 const base::Value* hypothesis = NULL; local
112 if (!hypotheses_list->Get(index, &hypothesis)) {
113 LOG(WARNING) << "ParseServerResponse: Unable to read hypothesis value.";
116 DCHECK(hypothesis);
117 if (!hypothesis->IsType(base::Value::TYPE_DICTIONARY)) {
119 << hypothesis->GetType();
124 static_cast<const base::DictionaryValue*>(hypothesis);
google_streaming_remote_engine.cc 434 SpeechRecognitionHypothesis hypothesis; local
436 hypothesis.confidence = ws_alternative.confidence();
438 hypothesis.confidence = ws_result.stability();
442 hypothesis.utterance = base::UTF8ToUTF16(ws_alternative.transcript());
444 result.hypotheses.push_back(hypothesis);
google_streaming_remote_engine_unittest.cc 115 SpeechRecognitionHypothesis(base::UTF8ToUTF16("hypothesis 1"), 0.1F));
117 SpeechRecognitionHypothesis(base::UTF8ToUTF16("hypothesis 2"), 0.2F));
146 base::UTF8ToUTF16("hypothesis"), confidence));
191 SpeechRecognitionHypothesis(base::UTF8ToUTF16("hypothesis"), 1.0F));
426 const SpeechRecognitionHypothesis& hypothesis = result.hypotheses[i]; local
427 proto_alternative->set_confidence(hypothesis.confidence);
428 proto_alternative->set_transcript(base::UTF16ToUTF8(hypothesis.utterance));
  /external/chromium_org/content/test/
mock_google_streaming_server.cc 94 const SpeechRecognitionHypothesis& hypothesis = result.hypotheses[i]; local
95 proto_alternative->set_confidence(hypothesis.confidence);
96 proto_alternative->set_transcript(base::UTF16ToUTF8(hypothesis.utterance));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndhelper.h 26 } HYPOTHESIS, *PHYPOTHESIS;
82 STDMETHOD_(HRESULT,GetDownStreamHypotheses)(THIS_ ULONG *pcelt,HYPOTHESIS **pprgHypotheses) PURE;
83 STDMETHOD_(HRESULT,GetHigherHypotheses)(THIS_ ULONG *pcelt,HYPOTHESIS **pprgHypotheses) PURE;
86 STDMETHOD_(HRESULT,GetLowerHypotheses)(THIS_ ULONG *pcelt,HYPOTHESIS **pprgHypotheses) PURE;
88 STDMETHOD_(HRESULT,GetUpStreamHypotheses)(THIS_ ULONG *pcelt,HYPOTHESIS **pprgHypotheses) PURE;
124 HYPOTHESIS hypothesis; member in struct:tagHypothesisResult

Completed in 163 milliseconds