-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cloud Speech-to-Text API C++ (beta version) #10285
Comments
Yes, the C++ client library is commercially stable...
...but as you point out, the library contains some experimental APIs. Experimental Speech-to-Text v2 client: I recommend using the v1 service, unless you need some feature that is only available in v2. The client for the v1 service is: Experimental google-cloud-cpp/google/cloud/speech/speech_client.h Lines 202 to 205 in 94285ba
It is marked as experimental, because the API is a little tricky to use. We do have samples that demonstrate how to use the API. (The
According to these docs, yes. https://cloud.google.com/speech-to-text/docs/encoding#audio-encodings |
Seems like this is answered. If there is are follow up questions please reopen or create a discussion item. |
Hi,
we want to replace the c++ STT libraries of previous vendor with google stt client library.
I have like below questions:-
The text was updated successfully, but these errors were encountered: