簡體   English   中英

Xamarin表格和Azure認知服務:文字服務語音不起作用

[英]Xamarin forms & Azure cognitive services : Speech to text service does not work

我正在學習Xamarin,我想使用以下URL將語音實現為文本認知服務:

我在行上有一個錯誤:

// Creates an instance of a speech config with specified subscription key and service region.
            // Replace with your own subscription key // and service region (e.g., "westus").
            var config = SpeechConfig.FromSubscription("YourSubscriptionKey", "YourServiceRegion");

錯誤: System.DllNotFoundException: Microsoft.CognitiveServices.Speech.core.dll

謝謝

您需要安裝該庫:

https://www.nuget.org/packages/Microsoft.CognitiveServices.Speech/

Install-Package Microsoft.CognitiveServices.Speech -Version 1.6.0

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM