Пример #1
0
 public static string GetUtteranceId(this LabeledUtterance utterance)
 {
     return(utterance.GetProperty <string>(UtteranceIdPropertyName));
 }
Пример #2
0
 public static IReadOnlyList <string> GetStrictEntities(this LabeledUtterance utterance)
 {
     return(utterance.GetProperty <JArray>(StrictEntitiesPropertyName)?.ToObject <string[]>() ?? Array.Empty <string>());
 }