- 博客(4)
- 收藏
- 关注
原创 RecognizeSpeechAsync方法调用语音识别过程
public async Task RecognizeSpeechAsync(string filename){…// Read audio file to a streamvar file = await PCLStorage.FileSystem.Current.LocalStorage.GetFileAsync(filename);var fileStream = await fi...
2018-09-24 08:52:06 298
原创 下面的代码示例说明如何请求访问令牌从令牌的服务
public AuthenticationService(string apiKey){subscriptionKey = apiKey;httpClient = new HttpClient();httpClient.DefaultRequestHeaders.Add(“Ocp-Apim-Subscription-Key”, apiKey);}…async Task FetchTo...
2018-09-24 08:51:20 704
原创 Xamarin Apps
icrosoft 语音 API 是一种基于云的 API,提供了算法来处理所说的语言。此文章介绍了如何使用 Microsoft 语音识别 REST API 将音频转换为在 Xamarin.Forms 应用程序中的文本。概述Microsoft 语音 API 具有两个组件:转换成文本的朗读的单词语音识别 API。 可以通过 REST API、 客户端库或服务库执行语音识别。文本到语音 API ...
2018-09-24 08:50:37 121
原创 Using MVVM Light with your Xamarin Apps
Using MVVM Light with your Xamarin Apps
2018-09-24 08:48:15 197
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人