Delegate VoiceControlManagerClient.SelectRecognizedCommandsDelegate
Definition
- Namespace:
- Tizen.Uix.VoiceControlManager
- Assembly:
- Tizen.Uix.VoiceControlManager.dll
The delegate is invoked when the sentence match, client selects valid commands from all commands.
public delegate IEnumerable<VoiceCommand> VoiceControlManagerClient.SelectRecognizedCommandsDelegate(IEnumerable<VoiceCommand> commands, string recognizedText, string message)