OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
(UTF8ToUTF16("hypothesis 1"), 0.1F));
117
SpeechRecognitionHypothesis
(UTF8ToUTF16("hypothesis 2"), 0.2F));
146
SpeechRecognitionHypothesis
(UTF8ToUTF16("hypothesis"), confidence));
164
SpeechRecognitionHypothesis
(UTF8ToUTF16("The final result"), 1.0F));
191
SpeechRecognitionHypothesis
(UTF8ToUTF16("hypothesis"), 1.0F));
231
SpeechRecognitionHypothesis
(UTF8ToUTF16("The final result"), 0.0F));
308
SpeechRecognitionHypothesis
(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
174
result.hypotheses.push_back(
SpeechRecognitionHypothesis
(
google_one_shot_remote_engine.cc
134
result->hypotheses.push_back(
SpeechRecognitionHypothesis
(utterance,
speech_recognizer_impl_android.cc
159
result.hypotheses.push_back(
SpeechRecognitionHypothesis
(
google_streaming_remote_engine.cc
450
SpeechRecognitionHypothesis
hypothesis;
/external/chromium_org/content/common/
speech_recognition_messages.h
26
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 1019 milliseconds