I run the code below only the code "en-US, en-GB" I want to add the code "vi-VN" in win7, what should I do ?
foreach (RecognizerInfo ri in SpeechRecognitionEngine.InstalledRecognizers())
{
System.Diagnostics.Debug.WriteLine(ri.Culture.Name);
}
Dong Lam TrienPosted Dec 2, 2019, 1:52 AM
Jefferson S. MottaPosted Nov 29, 2019, 8:05 AM
Dong Lam TrienPosted Nov 29, 2019, 12:30 AM
Dong Lam TrienPosted Nov 21, 2019, 8:41 PM
Jefferson S. MottaPosted Nov 20, 2019, 8:34 PM
Dong Lam TrienPosted Nov 20, 2019, 8:17 PM
Jefferson S. MottaPosted Nov 20, 2019, 2:44 PM