revdotcom / revai-go

Rev.ai golang client
https://www.rev.ai/docs
MIT License
21 stars 12 forks source link

Add custom vocabulary support to the streaming API client #5

Closed amikofalvy closed 4 years ago

amikofalvy commented 4 years ago

As a RevAi golang sdk user, I would like to be able to specify the option to attach custom vocabulary when using the streaming client.

This issue is being opened in an effort to reach feature parity with the streaming websocket API.

The websocket streaming API feature is documented here: https://www.rev.ai/docs/streaming#section/WebSocket-Endpoint/Custom-Vocabulary

threeaccents commented 4 years ago

https://github.com/oriiolabs/revai-go/commit/35e6b6202af7751dbd93870f62bd563b775d76fd

The types were wrong and I updated them in another commit.