OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SpeechRecognitionHypothesis
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/content/public/common/
speech_recognition_result.h
16
struct
SpeechRecognitionHypothesis
{
20
SpeechRecognitionHypothesis
() : confidence(0.0) {}
22
SpeechRecognitionHypothesis
(const string16& utterance_value,
29
typedef std::vector<
SpeechRecognitionHypothesis
>
/external/chromium_org/content/browser/speech/
google_streaming_remote_engine_unittest.cc
112
SpeechRecognitionHypothesis
(UTF8ToUTF16("hypothesis 1"), 0.1F));
114
SpeechRecognitionHypothesis
(UTF8ToUTF16("hypothesis 2"), 0.2F));
143
SpeechRecognitionHypothesis
(UTF8ToUTF16("hypothesis"), confidence));
161
SpeechRecognitionHypothesis
(UTF8ToUTF16("The final result"), 1.0F));
188
SpeechRecognitionHypothesis
(UTF8ToUTF16("hypothesis"), 1.0F));
228
SpeechRecognitionHypothesis
(UTF8ToUTF16("The final result"), 0.0F));
305
SpeechRecognitionHypothesis
(UTF8ToUTF16("foo"), 0.5));
423
const
SpeechRecognitionHypothesis
& hypothesis = result.hypotheses[i];
471
const
SpeechRecognitionHypothesis
& hyp_a = it_a->hypotheses[i];
472
const
SpeechRecognitionHypothesis
& hyp_b = it_b->hypotheses[i]
[
all
...]
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
449
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
149
result.hypotheses.push_back(
SpeechRecognitionHypothesis
(
Completed in 1451 milliseconds