First create an API KEY
here
dotnet restore
string baseUrl = "https://api.amerandish.com/v1";
string actionUrl = "/speech/asr";
string authKey = "<YOUR_API_KEY>";
string filePath = @"<YOUR_WAV_FILE_PATH>";
dotnet run
First create an API KEY
here
dotnet restore
string baseUrl = "https://api.amerandish.com/v1";
string actionUrl = "/speech/asr";
string authKey = "<YOUR_API_KEY>";
string filePath = @"<YOUR_WAV_FILE_PATH>";
dotnet run