deepgram/deepgram-go-sdk

Utt_split should be float64 type

Closed this issue · 0 comments

The prerecorded query utt_split expects a float type, but the SDK currently types it as an int. Need to be able to give it decimal point numbers, not just whole numbers.

https://github.com/deepgram-devs/deepgram-go-sdk/blob/main/deepgram/prerecorded.go#L52