【问题标题】:What is Google Speech To Text Rest APi Address?什么是 Google Speech To Text Rest API 地址?
【发布时间】:2017-09-14 05:28:59
【问题描述】:

我有如下图所示的 speech API key,但我无法找到请求的位置?网址在哪里?

  1. "http://www.google.com/speech-api/v2/recognize?output=json&lang=en-us&key="+ apiKey;
  2. "https://speech.googleapis.com/v1/speech:recognize?key=" + apiKey;
  3. "https://speech.googleapis.com/v1beta1/speech:syncrecognize?key=${" + apiKey + "}";

我猜都是 i am getting DNS name resolution error 的错误。什么是正确的 URL(记住我还没有购买该服务),我可以在哪里找到它。

【问题讨论】:

    标签: c# google-speech-api


    【解决方案1】:

    From the documentation 你可以看到你可以查询https://speech.googleapis.com/$discovery/rest?version=v1,它会返回一个带有所有 API 端点的 json 文档的结果。

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2016-10-12
    • 2019-10-20
    • 1970-01-01
    • 1970-01-01
    • 2012-10-04
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多