问题
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