java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

Add new speech_begin_event parameter to RecognizeOptions for Speech-to-text SDK

Open manojsingh101 opened this issue 1 year ago • 1 comments
trafficstars

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 a SpeechActivity response object. e.g. {'SpeechActivity': {'begin': 1.76}}

manojsingh101 avatar Feb 28 '24 23:02 manojsingh101

@apaparazzi0329 has this been included in the new STT SDK updates?

marconoel avatar Mar 18 '24 12:03 marconoel

There is a release coming out this week where this parameter will be included

apaparazzi0329 avatar May 15 '24 17:05 apaparazzi0329

Version 13.0.0 has been released and includes the speech_begin_event parameter

apaparazzi0329 avatar May 21 '24 14:05 apaparazzi0329