使用 C++ 的 Google Cloud Speech API,第一步是啥?
Posted
技术标签:
【中文标题】使用 C++ 的 Google Cloud Speech API,第一步是啥?【英文标题】:Google Cloud speech API using C++, what is the first step?使用 C++ 的 Google Cloud Speech API,第一步是什么? 【发布时间】:2016-12-06 14:17:06 【问题描述】:我在我的项目中使用谷歌云语音 API 作为 STT 引擎,它是用 C++ 编写的,这里是谷歌云语音 API 文档。 (https://cloud.google.com/speech/docs/) 它在 REST [ non-streaming ] 和 gRPC lib [ streaming ] 中可用。所以我正在使用 gRPC,它使用 HTTP2 → grpc / grpc.io (http://www.grpc.io/) 这是示例应用程序 (https://cloud.google.com/speech/docs/samples) 主要示例基于 [python - java - node.js - ios]
【问题讨论】:
您在该主题中的问题非常开放,您提供的标准虽然具体但并没有真正缩小问题的范围。您是否遇到特定错误、异常等?考虑到这个产品还很年轻,实际上没有任何简单的示例可以使用您指定的环境。我建议阅读gRPC Basics for C++ 并尝试将其应用于Speech API。一旦您遇到特定错误,我们可以进一步链接到此。 【参考方案1】:Here 是使用带有 C++ 的语音 API 和 gRPC 传输的示例。
【讨论】:
以上是关于使用 C++ 的 Google Cloud Speech API,第一步是啥?的主要内容,如果未能解决你的问题,请参考以下文章
google.cloud.pubsub_v1 和 google.cloud.pubsub 有啥区别?
如何使用 Google Python Client for Cloud Functions 获取 Google Cloud Functions 列表?
GCP - 无法在 Cloud Run 中使用 Google Secret Manager (@google-cloud/secret-manager)