What problem does it solve?
This Skill removes the complexity of integrating Azure Translation REST SDKs into TypeScript projects by providing clear usage patterns for text translation, transliteration, language detection, and batch document translation.
Core Features & Use Cases
- Text translation and language detection: Translate text to multiple targets and auto-detect source languages using the text client.
- Transliteration: Convert scripts (for example, Chinese Hans to Latin) while preserving pronunciation data.
- Document and batch translation: Submit single documents or batch jobs against Azure Document Translation using SAS URLs for secure storage and monitor job status.
- Use case: Localize user-facing content and bulk document archives by generating translated outputs and tracking translation job status across containers.
Quick Start
Use the azure-ai-translation-ts skill to translate a short English string to Spanish with the text client while supplying your TRANSLATOR_SUBSCRIPTION_KEY and TRANSLATOR_REGION environment variables.