CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
azure/__init__.py
azure/ai/__init__.py
azure/ai/translation/__init__.py
azure/ai/translation/document/__init__.py
azure/ai/translation/document/_client.py
azure/ai/translation/document/_configuration.py
azure/ai/translation/document/_model_base.py
azure/ai/translation/document/_patch.py
azure/ai/translation/document/_serialization.py
azure/ai/translation/document/_vendor.py
azure/ai/translation/document/_version.py
azure/ai/translation/document/py.typed
azure/ai/translation/document/_operations/__init__.py
azure/ai/translation/document/_operations/_operations.py
azure/ai/translation/document/_operations/_patch.py
azure/ai/translation/document/aio/__init__.py
azure/ai/translation/document/aio/_client.py
azure/ai/translation/document/aio/_configuration.py
azure/ai/translation/document/aio/_patch.py
azure/ai/translation/document/aio/_vendor.py
azure/ai/translation/document/aio/_operations/__init__.py
azure/ai/translation/document/aio/_operations/_operations.py
azure/ai/translation/document/aio/_operations/_patch.py
azure/ai/translation/document/models/__init__.py
azure/ai/translation/document/models/_enums.py
azure/ai/translation/document/models/_models.py
azure/ai/translation/document/models/_patch.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/not-zip-safe
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_single_document_translation.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_single_document_translation_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_single_document_translation.py
tests/test_single_document_translation_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