deepgram / deepgram-js-sdk

Official JavaScript SDK for Deepgram's automated speech recognition APIs.
https://developers.deepgram.com
MIT License
127 stars 45 forks source link

`endpointing` should be typed boolean|numeric #224

Closed lukeocodes closed 5 months ago

lukeocodes commented 5 months ago

Endpointing defaults to 10 and to disable it you should provide false as a value. The current SDK does not allow for a boolean value.