azure-ai-translation-text-py Skill
Azure AI Text Translation SDK for real-time text translation, transliteration, language detection, and dictionary lookup. Use for translating text content in applications. Triggers: "text translation", "translator", "translate text", "transliterate", "TextTranslationClient". Published by microsoft in skills.
What is azure-ai-translation-text-py Skill?
Azure AI Text Translation SDK for real-time text translation, transliteration, language detection, and dictionary lookup. Use for translating text content in applications. Triggers: "text translation", "translator", "translate text", "transliterate", "TextTranslationClient". Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using skills
Technical details
- Install or run with Copy skill directory
When to use azure-ai-translation-text-py Skill
- Use it for developers using skills.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-python/skills/azure-ai-translation-text-py/SKILL.md
What it does
Azure AI Text Translation SDK for real-time text translation, transliteration, language detection, and dictionary lookup. Use for translating text content in applications. Triggers: "text translation", "translator", "translate text", "transliterate", "TextTranslationClient".
Skill instructions
Azure AI Text Translation SDK for Python Client library for Azure AI Translator text translation service for real-time text translation, transliteration, and language operations. Installation bash pip install azure-ai-translation-text Environment Variables bash AZURETRANSLATORENDPOINT=https://<resource.cognitiveservices.azure.com Required for Entra ID auth (must be a custom subdomain endpoint) AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production Only required for the legacy API-key auth path below: AZURETRANSLATORKEY=<your-api-key AZURETRANSLATORREGION=<your-region e.g., eastus, westus2; required when authenticating with a key against the global endpoint Authentication & Lifecycle 🔑 Two rules apply to every code sample below: 1. Prefer DefaultAzureCredential. It works locally (Azure CLI / VS Code / Developer CLI) and in Azure (managed identity, workload identity) with no code change. Avoid connection strings, account/API keys — they bypass Entra aud
Explore related resources
Frequently asked questions
What is azure-ai-translation-text-py?
azure-ai-translation-text-py is a open-source AI agent skill with Copy skill directory. Azure AI Text Translation SDK for real-time text translation, transliteration, language detection, and dictionary lookup. Use for translating text content in applications.
Who is azure-ai-translation-text-py best for?
azure-ai-translation-text-py is best for reusing agent instructions, scripts, and references.
How do I install azure-ai-translation-text-py?
Install or run azure-ai-translation-text-py using Copy skill directory. Check azure-ai-translation-text-py for the latest setup command.
Is azure-ai-translation-text-py actively maintained?
azure-ai-translation-text-py may need a closer maintenance check before production use.
Auto-fetched from GitHub.