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/text/__init__.py
azure/ai/translation/text/_client.py
azure/ai/translation/text/_configuration.py
azure/ai/translation/text/_model_base.py
azure/ai/translation/text/_patch.py
azure/ai/translation/text/_serialization.py
azure/ai/translation/text/_vendor.py
azure/ai/translation/text/_version.py
azure/ai/translation/text/py.typed
azure/ai/translation/text/_operations/__init__.py
azure/ai/translation/text/_operations/_operations.py
azure/ai/translation/text/_operations/_patch.py
azure/ai/translation/text/aio/__init__.py
azure/ai/translation/text/aio/_client.py
azure/ai/translation/text/aio/_configuration.py
azure/ai/translation/text/aio/_patch.py
azure/ai/translation/text/aio/_vendor.py
azure/ai/translation/text/aio/_operations/__init__.py
azure/ai/translation/text/aio/_operations/_operations.py
azure/ai/translation/text/aio/_operations/_patch.py
azure/ai/translation/text/models/__init__.py
azure/ai/translation/text/models/_enums.py
azure/ai/translation/text/models/_models.py
azure/ai/translation/text/models/_patch.py
azure_ai_translation_text.egg-info/PKG-INFO
azure_ai_translation_text.egg-info/SOURCES.txt
azure_ai_translation_text.egg-info/dependency_links.txt
azure_ai_translation_text.egg-info/not-zip-safe
azure_ai_translation_text.egg-info/requires.txt
azure_ai_translation_text.egg-info/top_level.txt
samples/README.md
samples/Sample1_GetLanguages.md
samples/Sample2_Translate.md
samples/Sample3_Transliterate.md
samples/Sample4_BreakSentence.md
samples/Sample5_DictionaryLookup.md
samples/Sample6_DictionaryExamples.md
tests/conftest.py
tests/preparer.py
tests/static_access_token_credential.py
tests/test_break_sentence.py
tests/test_dictionary_examples.py
tests/test_dictionary_lookup.py
tests/test_get_languages.py
tests/test_helper.py
tests/test_translation.py
tests/test_transliteration.py
tests/testcase.py