3.6.0
germanattanasio
released this
20 Mar 03:27
·
2655 commits
to master
since this release
Version 3.6.0
2017-03-07
- New: Automatic releases
- Change: Update OkHttp to v3.6.0
- New: Speech to Text: Add
addCorpus()
method, deprecateaddTextToCustomizationCorpus()
method - New: Speech to Text: Add
getCorpus()
method - New: Speech to Text: Add sort parameter to
getWords()
method - New: Speech to Text: Add
SupportedFeatures
forSpeechModel
object - New: Speech to Text: Add and fix constructors for
Word
object - New: Speech to Text: Add
count
toWordData
object - New: Speech to Text: Add
confidence
toSpeakerLabel
object - New: Speech to Text: Add
warnings
toRecognitionJob
object - Fix: Speech to Text: Enable
customization_id
forrecognizeUsingWebSocket()
method - Fix: Speech to Text: Fix allowOverwrite parameter of
addTextToCustomizationCorpus()
method - Fix: Speech to Text: Fix error field for
WordData
object - New: Text to Speech: Add
createCustomVoiceModel()
andupdateCustomVoiceModel()
methods, deprecatesaveCustomVoiceModel()
method - New: Text to Speech: Add
addWords()
andaddWord()
methods, deprecatesaveWords()
method - New: Text to Speech: Add
getWord()
method - New: Text to Speech: Add
getCustomVoiceModel()
method with CustomVoiceModel argument - New: Text to Speech: Add
deleteWord()
method with String argument - New: Text to Speech: Add
words
toCustomVoiceModel
object - New: Text to Speech: Add
part_of_speech
toCustomTranslation
object - Fix: Text to Speech: Enable customization results for
getVoice()
method - New: Tradeoff Analytics: Add findPreferableOptions parameter to
dilemmas()
method - New: Tradeoff Analytics: Add
PreferableSolutions
object toResolution
object - New: Tradeoff Analytics: Add
DominatingOption
object toSolution
object