Beispiel #1
0
 public async Task <string> GetDKAsync(string text)
 {
     return(await Predictions.GetPredictionsDanish(text));
 }