Home
last modified time | relevance | path

Searched defs:SpeechRecognitionHypothesis (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/content/public/common/
Dspeech_recognition_result.h16 struct SpeechRecognitionHypothesis { struct
20 SpeechRecognitionHypothesis() : confidence(0.0) {} in SpeechRecognitionHypothesis() argument
22 SpeechRecognitionHypothesis(const base::string16& utterance_value, in SpeechRecognitionHypothesis() argument