Hey,
Since I'm not able to find any C++ API Documentation of Google Speech to Text via gRPC in C++ Language.
I want to use v1p1beta1 library and use the alternative language support. I'm able to send only one Alternative Language, whereas we can send upto 3. I'm not able to find a function to send the 3 alternative languages. The function is used for sending 1 alternative language is -
config->add_alternative_language_codes("hi-IN");
Thankyou.