Skip to content

Instantly share code, notes, and snippets.

@dev-aritra
Created August 25, 2018 11:47
Show Gist options
  • Save dev-aritra/88ae3c09a3a233f6bc412011283175a4 to your computer and use it in GitHub Desktop.
Save dev-aritra/88ae3c09a3a233f6bc412011283175a4 to your computer and use it in GitHub Desktop.
public interface ISpeechToText
{
void StartSpeechToText();
void StopSpeechToText();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment