Do not require model_name in NLPService.punctuate_text() method and do not require voice_name in SpeechRecognitionService.synthesize() and SpeechRecognitionService.synthesize_online().
Remove support for sdist command in setup.py. Now .tar.gz files created by python setup.py sdist cannot be installed, but setup.py became simpler: does not invoke git.
AnalyzeIntentOptions
to the API.AnalyzeIntentOptions
usage.model_name
inNLPService.punctuate_text()
method and do not requirevoice_name
inSpeechRecognitionService.synthesize()
andSpeechRecognitionService.synthesize_online()
.sdist
command insetup.py
. Now.tar.gz
files created bypython setup.py sdist
cannot be installed, butsetup.py
became simpler: does not invokegit
.future
to the API.