Reputation: 1
Is the returned text of the audio file always in English? I know there is a way to configure the language of the audio file, but is there a way to configure the language of the output text? Thanks.
Upvotes: 0
Views: 106
Reputation: 21
You would need to pass Language code to the API (1) or to the client library of your choice. For example, take a look at how RecognitionConfig object is constructed in Java (2)
Upvotes: 2