Hi,
I am new to Xamarin platform and I am trying to Develop an application that supports continuous Speech recognition using Microsoft Bing Speech API . I am using service library for this. But I am not able to install Microsoft.Bing.Speech library from nuget.
The following error occurs
Could not install package 'Microsoft.Bing.Speech 2.0.2'. You are trying to install this package into a project that targets 'MonoAndroid,Version=v6.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
Any help will be appreciated.
Thanks in advance.