STT service improvements (#12453)

* [googlestt|voskstt] change default maxSilenceSeconds to 3
* [watsonstt] add singleUtterance mode, rename inativityTimeout to maxSilenceSeconds and minor improvements
* [watsonstt] trim transcription

Signed-off-by: Miguel Álvarez Díez <miguelwork92@gmail.com>
This commit is contained in:
GiviMAD
2022-03-12 23:06:51 +01:00
committed by GitHub
parent ce6ef25ac3
commit 480cddbf2c
10 changed files with 51 additions and 47 deletions

View File

@@ -27,7 +27,7 @@
<dependency>
<groupId>com.ibm.cloud</groupId>
<artifactId>sdk-core</artifactId>
<version>9.15.0</version>
<version>9.15.4</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -39,13 +39,13 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.9.1</version>
<version>4.9.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp-urlconnection</artifactId>
<version>4.9.1</version>
<version>4.9.3</version>
<scope>compile</scope>
</dependency>
<dependency>