示例#1
0
 public async Task <string> GetENAsync(string text)
 {
     return(await Predictions.GetPredictionsEnglish(text));
 }