GoogleSpeechAPI(C#)自动检测语言

时间:2019-01-31 07:35:53

标签: c# google-speech-api

我已经安装了GoogleSpeechAPI 1.1.0-beta03(C#),并尝试实现新功能:Detecting language spoken automatically

但是 RecognitionConfig 类没有 alternativeLanguageCodes 属性吗? C#客户端库尚不可用吗?

1 个答案:

答案 0 :(得分:0)

我发现了问题所在。对于c#库,必须使用此版本的库。

Nuget:

Install-Package Google.Cloud.Speech.V1P1Beta1 -Version 1.0.0-beta03