OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ws_result
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/content/browser/speech/
google_streaming_remote_engine.cc
423
const proto::SpeechRecognitionResult&
ws_result
= ws_event.result(i);
local
426
result.is_provisional = !(
ws_result
.has_final() &&
ws_result
.final());
431
for (int j = 0; j <
ws_result
.alternative_size(); ++j) {
433
ws_result
.alternative(j);
437
else if (
ws_result
.has_stability())
438
hypothesis.confidence =
ws_result
.stability();
Completed in 367 milliseconds