Changelog
attention
This page documents changes in the Java SDK only. View all changes.
2022-08-02
Version 2.3.2
Added
-
skip_punctuation
parameter to the Streaming Speech-to-Text API Client -
skip_punctuation
parameter to the Asynchronous Speech-to-Text API Client
2022-06-08
Version 2.3.1
Fixed
-
Error response when submitting forbidden parameters, such as
media_url
for HIPAA accounts. See https://docs.rev.ai/resources/tutorials/introduction-to-auth-options/ for proper usage.
2022-05-19
Version 2.1.0
Added
-
notificationConfig
andsourceConfig
parameters to RevAiJobOptions - Support for Topic Extraction API
- Support for Sentiment Analysis API
Deprecated
-
mediaUrl
option. UsesourceConfig
instead -
callbackUrl
option. UsenotificationConfig
instead
2022-02-01
Version 1.14.0
Added
-
custom_vocabulary_id
andtranscriber
to asynchronous client -
verbatim
,rush
,test_mode
andsegments_to_transcribe
options to asynchronous client for human transcription -
detailed_partials
,start_ts
andtranscriber
to streaming client
2021-01-17
Version 1.3.0
Added
-
language
job option to the Asynchronous Speech-to-Text API. Transcribe audio in languages other than English. See Asynchronous Speech-to-Text API docs for the full list of supported languages.