Google Cloud Speech API for UWP application

梦想的初衷 提交于 2021-01-28 13:13:13

问题


I'm trying to develop a Speech to Text UWP application (Universal Window Platform) which get voice from microphone and steam to Google Cloud Speech Service. But it seems that Google cloud Speech API has not supported UWP application.

The error below occurred when I install client library to my project using Nuget:

Install-Package : Package Google.Cloud.Speech.V1 1.0.1 is not compatible with uap10.0.10240 (UAP,Version=v10.0.10240) / win10-x86. Package Google.Cloud.Speech.V1 1.0.1 supports: - net45 (.NETFramework,Version=v4.5) - netstandard1.5 (.NETStandard,Version=v1.5)

How can I apply Google Cloud Speech API for my UWP application ?

来源:https://stackoverflow.com/questions/52031933/google-cloud-speech-api-for-uwp-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!