Searched refs:recognize_element (Results 1 – 2 of 2) sorted by relevance
107 recognize_element): argument150 recognize_element.founded_command = self._previous_top_label151 recognize_element.score = 0.0152 recognize_element.is_new_command = False184 recognize_element.is_new_command = True186 recognize_element.is_new_command = False187 recognize_element.founded_command = current_top_label188 recognize_element.score = current_top_score
125 recognize_element = RecognizeResult()158 recognize_element)162 if (recognize_element.is_new_command and163 recognize_element.founded_command != '_silence_'):165 [recognize_element.founded_command, current_time_ms])176 current_time_ms, recognize_element.founded_command,177 recognize_element.score, recognition_state))