Skip to content

Instantly share code, notes, and snippets.

@dev-aritra
Created August 25, 2018 14:38
Show Gist options
  • Save dev-aritra/d96b735158daf8a60d50364a80fa3f3d to your computer and use it in GitHub Desktop.
Save dev-aritra/d96b735158daf8a60d50364a80fa3f3d to your computer and use it in GitHub Desktop.
MessagingCenter.Subscribe<ISpeechToText, string>(this, "STT", (sender, args) => {
Console.WriteLine(args);
});
MessagingCenter.Subscribe<ISpeechToText>(this, "Final", (sender) => {
Console.WriteLine("Recognition finished");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment