deepgram / deepgram-go-sdk

Go SDK for Deepgram's automated speech recognition APIs.
https://developers.deepgram.com
MIT License
31 stars 27 forks source link

Add language translation feature #18

Closed michaeljolley closed 1 year ago

michaeljolley commented 1 year ago

Proposed changes

Context

Allow customers to translate their transcripts in the specified language.

Other information

Sample Output

translations: An optional array of translations of the ASR response into different languages. See Translations below for a description of this schema.

 "translations": [
              {
                "translation": "hola",
                "language": "es"
              },
              {
                "translation": "こんにちは",
                "language": "ja"
              }
            ]
Screen Shot 2022-09-28 at 10 27 41 AM
SandraRodgers commented 1 year ago

Closing because we don't add beta features to the SDK