CHANGELOG.md
LICENSE
MANIFEST.in
README.md
setup.py
azure/__init__.py
azure/ai/__init__.py
azure/ai/translation/__init__.py
azure/ai/translation/document/__init__.py
azure/ai/translation/document/_api_version.py
azure/ai/translation/document/_client.py
azure/ai/translation/document/_helpers.py
azure/ai/translation/document/_models.py
azure/ai/translation/document/_polling.py
azure/ai/translation/document/_user_agent.py
azure/ai/translation/document/_version.py
azure/ai/translation/document/py.typed
azure/ai/translation/document/_generated/__init__.py
azure/ai/translation/document/_generated/_batch_document_translation_client.py
azure/ai/translation/document/_generated/_configuration.py
azure/ai/translation/document/_generated/aio/__init__.py
azure/ai/translation/document/_generated/aio/_batch_document_translation_client.py
azure/ai/translation/document/_generated/aio/_configuration.py
azure/ai/translation/document/_generated/aio/operations/__init__.py
azure/ai/translation/document/_generated/aio/operations/_document_translation_operations.py
azure/ai/translation/document/_generated/models/__init__.py
azure/ai/translation/document/_generated/models/_batch_document_translation_client_enums.py
azure/ai/translation/document/_generated/models/_models.py
azure/ai/translation/document/_generated/models/_models_py3.py
azure/ai/translation/document/_generated/operations/__init__.py
azure/ai/translation/document/_generated/operations/_document_translation_operations.py
azure/ai/translation/document/aio/__init__.py
azure/ai/translation/document/aio/_async_polling.py
azure/ai/translation/document/aio/_client_async.py
azure_ai_translation_document.egg-info/PKG-INFO
azure_ai_translation_document.egg-info/SOURCES.txt
azure_ai_translation_document.egg-info/dependency_links.txt
azure_ai_translation_document.egg-info/requires.txt
azure_ai_translation_document.egg-info/top_level.txt
samples/README.md
samples/sample_authentication.py
samples/sample_begin_translation.py
samples/sample_begin_translation_with_filters.py
samples/sample_check_document_statuses.py
samples/sample_list_document_statuses_with_filters.py
samples/sample_list_translations.py
samples/sample_list_translations_with_filters.py
samples/sample_translate_multiple_inputs.py
samples/sample_translation_with_azure_blob.py
samples/sample_translation_with_custom_model.py
samples/sample_translation_with_glossaries.py
samples/async_samples/sample_authentication_async.py
samples/async_samples/sample_begin_translation_async.py
samples/async_samples/sample_begin_translation_with_filters_async.py
samples/async_samples/sample_check_document_statuses_async.py
samples/async_samples/sample_list_document_statuses_with_filters_async.py
samples/async_samples/sample_list_translations_async.py
samples/async_samples/sample_list_translations_with_filters_async.py
samples/async_samples/sample_translate_multiple_inputs_async.py
samples/async_samples/sample_translation_with_azure_blob_async.py
samples/async_samples/sample_translation_with_custom_model_async.py
samples/async_samples/sample_translation_with_glossaries_async.py
tests/asynctestcase.py
tests/conftest.py
tests/preparer.py
tests/test_cancel_translation.py
tests/test_cancel_translation_async.py
tests/test_document_status.py
tests/test_document_status_async.py
tests/test_list_document_statuses.py
tests/test_list_document_statuses_async.py
tests/test_list_translations.py
tests/test_list_translations_async.py
tests/test_supported_formats.py
tests/test_supported_formats_async.py
tests/test_translation.py
tests/test_translation_async.py
tests/testcase.py
tests/perfstress_tests/__init__.py
tests/perfstress_tests/perf_translation.py