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 topic detection feature #17

Closed michaeljolley closed 1 year ago

michaeljolley commented 1 year ago

Proposed changes

Context

Allow customers to identify and detect topics in their transcript.

Other information

Sample Output

topics: An optional array of the topics recognized in the audio. The array will be sorted by the start_word attribute, ascending.

Screen Shot 2022-09-07 at 3 35 24 PM

briancbarrow commented 1 year ago

closed with #29