I'm trying to use the Google Cloud Speech API to recognize speech.
I'm following the example code at
https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/speech/grpc
I already done with run mvn package
but I can't find the com.google.cloud.speech.v1beta1
package that is used in the Spring MVC application.
Can resolve the com.google.cloud.speech.v1beta1 package
How i find this package or how i can use it in Spring MVC maven project ? Thanks.