Speech Recognition PlatformNotSupportedException

前端 未结 1 426
逝去的感伤
逝去的感伤 2021-01-24 04:05

I\'m running a sample using speech recognition and it´s not working on windows 8 or 2012 server.

Using win8 or win2012server the following code doesn´t return records, b

1条回答
  •  执笔经年
    2021-01-24 04:31

    You are using System.Speech namespace which is used for Speech SDK 5.3/5.4, while you should be using Microsoft.Speech which is the Speech SDK 11 one and you can find its assembly in

    "C:\Program Files\Microsoft SDKs\Speech\v11.0\Assembly\Microsoft.Speech.dll"

    if you install it to the default path.

    0 讨论(0)
提交回复
热议问题