azure-ai-textanalytics-py Skill
Azure AI Text Analytics SDK for sentiment analysis, entity recognition, key phrases, language detection, PII, and healthcare NLP. Use for natural language processing on text. Triggers: "text analytics", "sentiment analysis", "entity recognition", "key phrase", "PII detection", "TextAnalyticsClient". Published by microsoft in skills.
What is azure-ai-textanalytics-py Skill?
Azure AI Text Analytics SDK for sentiment analysis, entity recognition, key phrases, language detection, PII, and healthcare NLP. Use for natural language processing on text. Triggers: "text analytics", "sentiment analysis", "entity recognition", "key phrase", "PII detection", "TextAnalyticsClient". 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
- Security review
- Data analysis
- Security review use cases
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use azure-ai-textanalytics-py Skill
- Use it for security review.
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-python/skills/azure-ai-textanalytics-py/SKILL.md
What it does
Azure AI Text Analytics SDK for sentiment analysis, entity recognition, key phrases, language detection, PII, and healthcare NLP. Use for natural language processing on text. Triggers: "text analytics", "sentiment analysis", "entity recognition", "key phrase", "PII detection", "TextAnalyticsClient".
Skill instructions
Azure AI Text Analytics SDK for Python Client library for Azure AI Language service NLP capabilities including sentiment, entities, key phrases, and more. Installation bash pip install azure-ai-textanalytics Environment Variables bash AZURELANGUAGEENDPOINT=https://<resource.cognitiveservices.azure.com Required for all auth methods AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production AZURELANGUAGEKEY=<your-api-key Only required for the legacy API-key auth path below Authentication & Lifecycle 🔑 Two rules apply to every code sample below: 1. Prefer DefaultAzureCredential. It works locally (Azure CLI / VS Code / Developer CLI) and in Azure (managed identity, workload identity) with no code change. Avoid connection strings, account/API keys — they bypass Entra audit and rotation. - Local dev: DefaultAzureCredential works as-is. - Production: set AZURETOKENCREDENTIALS=prod (or AZURETOKENCREDENTIALS=<specificcredential) to constrain the credential chain t
Explore related resources
Frequently asked questions
What is azure-ai-textanalytics-py?
azure-ai-textanalytics-py is a open-source AI agent skill with Copy skill directory. Azure AI Text Analytics SDK for sentiment analysis, entity recognition, key phrases, language detection, PII, and healthcare NLP. Use for natural language processing on text.
Who is azure-ai-textanalytics-py best for?
azure-ai-textanalytics-py is best for reusing agent instructions, scripts, and references, security review workflows, data analysis workflows.
How do I install azure-ai-textanalytics-py?
Install or run azure-ai-textanalytics-py using Copy skill directory. Check azure-ai-textanalytics-py for the latest setup command.
Is azure-ai-textanalytics-py actively maintained?
azure-ai-textanalytics-py may need a closer maintenance check before production use.
Auto-fetched from GitHub.