azure-ai-translation-ts Skill
Build translation applications using Azure Translation SDKs for JavaScript (@azure-rest/ai-translation-text, @azure-rest/ai-translation-document). Use when implementing text translation, transliteration, language detection, or batch document translation. Published by microsoft in skills.
What is azure-ai-translation-ts Skill?
Build translation applications using Azure Translation SDKs for JavaScript (@azure-rest/ai-translation-text, @azure-rest/ai-translation-document). Use when implementing text translation, transliteration, language detection, or batch document translation. 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-ts Skill
- Use it for developers using skills.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-typescript/skills/azure-ai-translation-ts/SKILL.md
What it does
Build translation applications using Azure Translation SDKs for JavaScript (@azure-rest/ai-translation-text, @azure-rest/ai-translation-document). Use when implementing text translation, transliteration, language detection, or batch document translation.
Skill instructions
Azure Translation SDKs for TypeScript Text and document translation with REST-style clients. Installation bash Text translation npm install @azure-rest/ai-translation-text @azure/identity Document translation npm install @azure-rest/ai-translation-document @azure/identity Environment Variables bash TRANSLATORENDPOINT=https://api.cognitive.microsofttranslator.com TRANSLATORSUBSCRIPTIONKEY=<your-api-key TRANSLATORREGION=<your-region e.g., westus, eastus AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production Text Translation Client Authentication typescript import TextTranslationClient, { TranslatorCredential } from "@azure-rest/ai-translation-text"; // API Key + Region const credential: TranslatorCredential = { key: process.env.TRANSLATORSUBSCRIPTIONKEY!, region: process.env.TRANSLATORREGION!, }; const client = TextTranslationClient(process.env.TRANSLATORENDPOINT!, credential); // Or just credential (uses global endpoint) const client2 = TextTranslationC
Explore related resources
Frequently asked questions
What is azure-ai-translation-ts?
azure-ai-translation-ts is a open-source AI agent skill with Copy skill directory. Build translation applications using Azure Translation SDKs for JavaScript (@azure-rest/ai-translation-text, @azure-rest/ai-translation-document).
Who is azure-ai-translation-ts best for?
azure-ai-translation-ts is best for reusing agent instructions, scripts, and references.
How do I install azure-ai-translation-ts?
Install or run azure-ai-translation-ts using Copy skill directory. Check azure-ai-translation-ts for the latest setup command.
Is azure-ai-translation-ts actively maintained?
azure-ai-translation-ts may need a closer maintenance check before production use.
Auto-fetched from GitHub.