Closed manojsingh101 closed 6 months ago
@apaparazzi0329 has this been included in the new STT SDK updates?
There is a release coming out this week where this parameter will be included
Version 13.0.0 has been released and includes the speech_begin_event
parameter
A new parameter
speech_begin_event
was added to Speech-to-text API. The STT SDK needs to be updated to expose this parameter in SDK in RecognizeOptions.New parameter : speech_begin_event - Data type = boolean
This is an optional parameter. When
speech_begin_event =true
, the request returns aSpeechActivity
response object. e.g.{'SpeechActivity': {'begin': 1.76}}