watson-developer-cloud / java-sdk

:1st_place_medal: Java SDK to use the IBM Watson services.
http://watson-developer-cloud.github.io/java-sdk/
Apache License 2.0
594 stars 532 forks source link

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

Closed manojsingh101 closed 5 months ago

manojsingh101 commented 8 months ago

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}}

marconoel commented 7 months ago

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

apaparazzi0329 commented 5 months ago

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

apaparazzi0329 commented 5 months ago

Version 13.0.0 has been released and includes the speech_begin_event parameter