我已经将speechTimeout设置为'auto',这意味着当语音出现停顿时,Twilio将停止语音识别。但停顿时间非常短,即使语音中有很小的间隙,语音识别也会停止。有什么属性可以增加我们可以设置的暂停/中断时间吗?
twiml_response.gather(input='speech', hints='', speechTimeout='auto', action='/test')发布于 2019-05-02 09:51:25
Twilio开发者的布道者在这里。
目前还没有办法影响speechTimeout='auto'等待语音间隙的时间。
https://stackoverflow.com/questions/55932038
复制相似问题