【发布时间】:2019-01-31 07:35:53
【问题描述】:
我已经安装了 GoogleSpeechAPI 1.1.0-beta03 (C#) 并尝试实现新功能:Detecting language spoken automatically
但是 RecognitionConfig 类没有 alternativeLanguageCodes 属性?这对 C# 客户端库不可用吗?
【问题讨论】:
标签: c# google-speech-api
我已经安装了 GoogleSpeechAPI 1.1.0-beta03 (C#) 并尝试实现新功能:Detecting language spoken automatically
但是 RecognitionConfig 类没有 alternativeLanguageCodes 属性?这对 C# 客户端库不可用吗?
【问题讨论】:
标签: c# google-speech-api
我找到了问题所在。对于 c# 库,必须使用此版本的库。
Nuget:
Install-Package Google.Cloud.Speech.V1P1Beta1 -Version 1.0.0-beta03
【讨论】: