Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Azure Ai Translation Text Py

Skill Verifiziert Aktiv

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".

Zweck

To enable AI agents to perform real-time text translation, transliteration, language detection, and dictionary lookups using the Azure AI Translator service.

Funktionen

  • Real-time text translation to multiple languages
  • Text transliteration between scripts
  • Automatic language detection
  • Dictionary lookup for alternate translations
  • Asynchronous client support for high-throughput scenarios

Anwendungsfälle

  • Translating user-generated content within applications
  • Localizing application interfaces or documentation
  • Detecting the language of incoming text for routing or processing
  • Providing dictionary definitions and examples for text

Nicht-Ziele

  • Performing batch document translation (use the document translation skill)
  • Handling real-time speech translation (use the speech SDK)
  • Providing offline translation capabilities
  • Managing Azure AI Translator service resources (e.g., creating/deleting resources)

Practical Utility

  • info:Edge casesWhile the documentation provides good examples, it does not explicitly list failure modes or recovery steps for edge cases like API rate limits, invalid credentials, or network errors.

Documentation

  • info:Configuration & parameter referenceEnvironment variables for authentication are documented, but the full range of parameters for each SDK method (e.g., `translate`, `transliterate`) is not exhaustively detailed within the SKILL.md, requiring reference to external SDK documentation.

Code Execution

  • info:ValidationWhile the Python SDK itself likely performs internal validation, the SKILL.md does not explicitly detail schema validation for inputs or outputs using libraries like Zod or Pydantic for the agent's interaction.
  • info:Error HandlingThe SKILL.md provides examples of how to use the SDK, but it does not explicitly detail how errors from the SDK calls are caught, categorized, and reported back to the agent in a structured format (e.g., code, retryable, hint).

Compliance

  • info:GDPRThe skill translates text, which may include personal data. While the data is sent to Azure AI Translator, there's no explicit mention of sanitization before sending or how Azure handles personal data compliance.

Errors

  • info:Actionable error messagesWhile the SDK's error handling is likely robust, the SKILL.md does not explicitly detail how errors are presented to the agent with specific causes and remediation steps.

Protocol

  • info:Idempotent retry & timeoutsThe underlying Azure SDK likely handles retries and timeouts for API calls, but this is not explicitly documented or configurable within the SKILL.md for the agent's interaction.

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add microsoft/skills
/plugin install azure-sdk-python@skills

Qualitätspunktzahl

Verifiziert
94 /100
Analysiert about 7 hours ago

Vertrauenssignale

Letzter Commitabout 14 hours ago
Sterne2.3k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Azure Servicebus Py

100

Azure Service Bus SDK for Python messaging. Use for queues, topics, subscriptions, and enterprise messaging patterns. Triggers: "service bus", "ServiceBusClient", "queue", "topic", "subscription", "message broker".

Skill
microsoft

Azure Monitor Query Py

100

Azure Monitor Query SDK for Python. Use for querying Log Analytics workspaces and Azure Monitor metrics. Triggers: "azure-monitor-query", "LogsQueryClient", "MetricsQueryClient", "Log Analytics", "Kusto queries", "Azure metrics".

Skill
microsoft

Azure Container Registry SDK for Python

100

Azure Container Registry SDK for Python. Use for managing container images, artifacts, and repositories. Triggers: "azure-containerregistry", "ContainerRegistryClient", "container images", "docker registry", "ACR".

Skill
microsoft

Azure App Configuration SDK for Python

100

Azure App Configuration SDK for Python. Use for centralized configuration management, feature flags, and dynamic settings. Triggers: "azure-appconfiguration", "AzureAppConfigurationClient", "feature flags", "configuration", "key-value settings".

Skill
microsoft

Azure Ai Document Intelligence Dotnet

100

Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models. Use for invoice processing, receipt extraction, ID document analysis, and custom document models. Triggers: "Document Intelligence", "DocumentIntelligenceClient", "form recognizer", "invoice extraction", "receipt OCR", "document analysis .NET".

Skill
microsoft

Skill Creator

99

Guide for creating effective skills for AI coding agents working with Azure SDKs and Microsoft Foundry services. Use when creating new skills or updating existing skills.

Skill
microsoft