Azure-Samples / Cognitive-Speech-STT-Windows

Windows SDK for the Microsoft Speech-to-Text API, part of Cognitive Services
https://www.microsoft.com/cognitive-services/en-us/speech-api
Other
112 stars 89 forks source link

Azure Function app support #52

Open irshad365 opened 6 years ago

irshad365 commented 6 years ago

Unable to run this framework in Azure function app. I am getting this error

Could not load file or assembly 'SpeechClient, Version=0.0.0.0, Culture=neutral, PublicKeyToken=720c26922c782415'. This assembly was compiled for a different processor.

It should be something to do with .net framework support I guess. I am getting a similar error in Visual studio Mac as well.

Little direction for Mac/Azure Function developers would be appreciated. Thanks