Afflatvs
Afflatvs

Reputation: 1

Google Cloud Speech text language

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

Answers (1)

Daryush Laqab
Daryush Laqab

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

Related Questions