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