Replies: 3 comments
-
Hey, thanks for the question.
As a preface, this API exists in two places:
The
The code is reliable, but it is marked as experimental because it is tricky to use. I opened #10307 to remove the experimental tag, because I think it is confusing. Aside: The API is tricky to use, but we do have some samples to get you started: https://github.com/GoogleCloudPlatform/cpp-samples/tree/main/speech/api
Yes, but with a caveat. At some point we will change the API signature (e.g. to remove There will always be some way to invoke the
No. There are other RPCs that do not involve streaming. (e.g. you could use |
Beta Was this translation helpful? Give feedback.
-
Update: We dropped the google-cloud-cpp/google/cloud/speech/speech_client.h Lines 198 to 201 in 45376ec Thanks for bringing this to our attention. |
Beta Was this translation helpful? Give feedback.
-
Thank you. |
Beta Was this translation helpful? Give feedback.
-
Hi,
What is the use of AsyncStreamingRecognize(google::cloud::ExperimentalTag{})?
Does is mean the code/functionality is not reliable yet?
Is it a stable code, if not when can we expect the stable version for this?
Is it safe to use it in the product development in commercial purpose?
Is there any other workaround ?
Beta Was this translation helpful? Give feedback.
All reactions