A VK Speech Recognition API C# Library
- Get your app token by following VK instruction
- Copy repository .cs files into your C# project
- Paste your token into "token":
private static string? token = "PASTE YOUR TOKEN HERE";
- Call Methods in a specific order
SpeechRecognition.getServUrl();
SpeechRecognition.uplToVKServ("PATH\TO\YOUR\FILE");
SpeechRecognition.startSpeechRecog(SpeechRecognition.req);
SpeechRecognition.getTaskStat();
- Get procession result in
SpeechRecognition.text