【发布时间】:2018-09-17 21:27:48
【问题描述】:
有使用该库的 C# 示例client-libraries-usage-csharp。
还有如何设置环境变量的例子
导出 GOOGLE_APPLICATION_CREDENTIALS="/home/user/Downloads/[FILE_NAME].json"
如何在不设置环境变量的情况下将谷歌语音的凭据设置为文本?
有点像这样:
var 凭证 = ...create(file.json); var speech = SpeechClient.Create(credentials);
【问题讨论】:
标签: c# .net google-app-engine speech-recognition speech-to-text