5 references to SapiAttributeParser
System.Speech (5)
Internal\ObjectToken\ObjectToken.cs (1)
187
culture =
SapiAttributeParser
.GetCultureInfoFromLanguageString(langId);
Recognition\RecognizerInfo.cs (2)
51
_supportedAudioFormats = new ReadOnlyCollection<SpeechAudioFormatInfo>(
SapiAttributeParser
.GetAudioFormatsFromString(audioFormats));
77
CultureInfo? cultureInfo =
SapiAttributeParser
.GetCultureInfoFromLanguageString(langId);
Synthesis\VoiceInfo.cs (2)
57
_culture =
SapiAttributeParser
.GetCultureInfoFromLanguageString(langId);
90
_audioFormats = new ReadOnlyCollection<SpeechAudioFormatInfo>(
SapiAttributeParser
.GetAudioFormatsFromString(audioFormats));