Пример #1
0
 private string GetGrammarResourceString(string resource)
 {
     return(SpeechResourceMap.GetValue(resource, _speechContext).ValueAsString);
 }
Пример #2
0
 string FromResource(string resourceKey)
 => SpeechResourceMap.GetValue(resourceKey, _speechContext).ValueAsString;