For the Google Cloud Speech-to-text
api, the encoding of MP3
is supported but it is under a beta. As stated here:
https://cloud.google.com/speech-to-text/docs/encoding
When I try to send a request with the encoding set to MP3
, I get an error response of Invalid value at 'config.encoding' (TYPE_ENUM), "MP3"
.
Do I have to enable this beta feature somewhere? And if so, where can I do this?