示例#1
0
 public async Task <IActionResult> UploadSpeech(string Id)
 => Json(await _textToSpeech.AnalyseSpeechAsync(Id, $"{Request.Scheme}://{Request.Host}/"));