google cloud translation 翻译 api .net 版本有没有人调用成功过啊?
用的.net版本的 api -----Google.Cloud.Translation.V2
环境变量GOOGLE_APPLICATION_CREDENTIALS也设置过了, 网络也翻过墙了,httpclient 访问google能正常响应。
TranslationClient client = TranslationClient.Create();
。。。。。。。
var response = client.TranslateText("Hello World.", LanguageCodes.ChineseSimplified);
调用的时候超时了,从没调成功过,有调用成功过的么,头大。
有知道啥回事的么??