Back to skills

azure-ai-translation-ts

ai-tools

Azure AI Translation SDK for TypeScript wraps the Azure Translator REST API into typed clients for both real-time text translation and async batch document translation. It supports translating between

Setup & Installation

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

What This Skill Does

Azure AI Translation SDK for TypeScript wraps the Azure Translator REST API into typed clients for both real-time text translation and async batch document translation. It supports translating between 100+ languages, transliterating scripts, and detecting languages from input text. The SDK handles authentication, pagination, SAS token coordination for batch jobs, and typed error checking, replacing dozens of lines of raw HTTP and Azure Storage boilerplate.

When to use it

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