AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
speechpro/__init__.py
speechpro/cli.py
speechpro/cloud/__init__.py
speechpro/cloud/speech/__init__.py
speechpro/cloud/speech/recognition/__init__.py
speechpro/cloud/speech/recognition/enums.py
speechpro/cloud/speech/recognition/rest/__init__.py
speechpro/cloud/speech/recognition/rest/cloud_client/__init__.py
speechpro/cloud/speech/recognition/rest/cloud_client/cloud_api_client.py
speechpro/cloud/speech/recognition/rest/cloud_client/configuration.py
speechpro/cloud/speech/recognition/rest/cloud_client/rest.py
speechpro/cloud/speech/recognition/rest/cloud_client/run.py
speechpro/cloud/speech/recognition/rest/cloud_client/api/__init__.py
speechpro/cloud/speech/recognition/rest/cloud_client/api/packages_api.py
speechpro/cloud/speech/recognition/rest/cloud_client/api/recognize_api.py
speechpro/cloud/speech/recognition/rest/cloud_client/api/session_api.py
speechpro/cloud/speech/recognition/rest/cloud_client/models/__init__.py
speechpro/cloud/speech/recognition/rest/cloud_client/models/advanced_recognition_request_dto.py
speechpro/cloud/speech/recognition/rest/cloud_client/models/asr_advanced_result_dto.py
speechpro/cloud/speech/recognition/rest/cloud_client/models/asr_result_dto.py
speechpro/cloud/speech/recognition/rest/cloud_client/models/audio_file_dto.py
speechpro/cloud/speech/recognition/rest/cloud_client/models/auth_request_dto.py
speechpro/cloud/speech/recognition/rest/cloud_client/models/auth_response_dto.py
speechpro/cloud/speech/recognition/rest/cloud_client/models/auth_status_dto.py
speechpro/cloud/speech/recognition/rest/cloud_client/models/message_dto.py
speechpro/cloud/speech/recognition/rest/cloud_client/models/package_dto.py
speechpro/cloud/speech/recognition/rest/cloud_client/models/recognition_request_dto.py
speechpro/cloud/speech/recognition/rest/cloud_client/models/sessionless_recognition_request_dto.py
speechpro/cloud/speech/recognition/rest/cloud_client/models/start_session_request.py
speechpro/cloud/speech/recognition/rest/cloud_client/models/status_dto.py
speechpro/cloud/speech/recognition/rest/cloud_client/models/stream_request_dto.py
speechpro/cloud/speech/recognition/rest/cloud_client/models/stream_response_dto.py
speechpro/cloud/speech/recognition/rest/cloud_client/models/word_dto.py
speechpro_cloud_python.egg-info/PKG-INFO
speechpro_cloud_python.egg-info/SOURCES.txt
speechpro_cloud_python.egg-info/dependency_links.txt
speechpro_cloud_python.egg-info/entry_points.txt
speechpro_cloud_python.egg-info/not-zip-safe
speechpro_cloud_python.egg-info/requires.txt
speechpro_cloud_python.egg-info/top_level.txt
tests/__init__.py
tests/test_speechpro.py