Searched refs:num_hypotheses (Results 1 – 1 of 1) sorted by relevance
195 const size_t num_hypotheses = result.hypotheses.size(); in OnResultsRetrieved() local196 WebVector<WebString> transcripts(num_hypotheses); in OnResultsRetrieved()197 WebVector<float> confidences(num_hypotheses); in OnResultsRetrieved()198 for (size_t i = 0; i < num_hypotheses; ++i) { in OnResultsRetrieved()