我正在尝试使用 Google Cloud Speech API 来识别语音。
我正在关注示例代码
https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/speech/grpc
我已经完成了运行mvn package
,但找不到com.google.cloud.speech.v1beta1
Spring MVC 应用程序中使用的包。
可以解析 com.google.cloud.speech.v1beta1 包
我如何找到这个包或如何在 Spring MVC maven 项目中使用它?谢谢。