Euan Eadie
Results
1
issues of
Euan Eadie
Using SpeechToText ListenAsync on iOS: `` SpeechToTextResult speechToTextResult = await SpeechToText.ListenAsync(CultureInfo.CurrentCulture, new Progress(partialText => { RecognitionText += partialText + " "; }), cancellationToken); `` I am receiving the following error:...
Pri3