コード例 #1
0
 public Task <string> DetectLanguageAsync(string text)
 {
     return(_translator.DetectLanguageAsync(text));
 }