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