Back to skills

azure-ai-translation-text-py

ai-tools

Azure AI Text Translation SDK for Python wraps the Azure Translator REST API. It handles real-time translation across 100+ languages, script transliteration, language detection, dictionary lookups, an

Setup & Installation

npx skills add https://github.com/microsoft/azure-ai-translation-text-py --skill azure-ai-translation-text-py
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/azure-ai-translation-text-py
View on GitHub

What This Skill Does

Azure AI Text Translation SDK for Python wraps the Azure Translator REST API. It handles real-time translation across 100+ languages, script transliteration, language detection, dictionary lookups, and sentence boundary detection. Batching up to 100 strings per request and using the async client cuts API round-trips significantly compared to calling a translation endpoint one string at a time.

When to use it

  • Working with azure ai translation text py functionality
  • Implementing azure ai translation text py features
  • Debugging azure ai translation text py related issues