azure-ai-transcription-py Skill
Azure AI Transcription SDK for Python. Use for real-time and batch speech-to-text transcription with timestamps and diarization. Triggers: "transcription", "speech to text", "Azure AI Transcription", "TranscriptionClient". Published by microsoft in skills.
What is azure-ai-transcription-py Skill?
Azure AI Transcription SDK for Python. Use for real-time and batch speech-to-text transcription with timestamps and diarization. Triggers: "transcription", "speech to text", "Azure AI Transcription", "TranscriptionClient". 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
- Developers using skills
Technical details
- Install or run with Copy skill directory
When to use azure-ai-transcription-py Skill
- Use it for developers using skills.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-python/skills/azure-ai-transcription-py/SKILL.md
What it does
Azure AI Transcription SDK for Python. Use for real-time and batch speech-to-text transcription with timestamps and diarization. Triggers: "transcription", "speech to text", "Azure AI Transcription", "TranscriptionClient".
Skill instructions
Azure AI Transcription SDK for Python Client library for Azure AI Transcription (speech-to-text) with real-time and batch transcription. Installation bash pip install azure-ai-transcription Environment Variables bash TRANSCRIPTIONENDPOINT=https://<resource.cognitiveservices.azure.com TRANSCRIPTIONKEY=<your-key Authentication Use subscription key authentication (DefaultAzureCredential is not supported for this client): python import os from azure.ai.transcription import TranscriptionClient with TranscriptionClient( endpoint=os.environ["TRANSCRIPTIONENDPOINT"], credential=os.environ["TRANSCRIPTIONKEY"], ) as client: transcriptions = list(client.listtranscriptions()) Transcription (Batch) python import os from azure.ai.transcription import TranscriptionClient with TranscriptionClient( endpoint=os.environ["TRANSCRIPTIONENDPOINT"], credential=os.environ["TRANSCRIPTIONKEY"], ) as client: job = client.begintranscription( name="meeting-transcription", locale="en-US", contenturls=["https://<sto
Explore related resources
Frequently asked questions
What is azure-ai-transcription-py?
azure-ai-transcription-py is a open-source AI agent skill with Copy skill directory. Azure AI Transcription SDK for Python. Use for real-time and batch speech-to-text transcription with timestamps and diarization.
Who is azure-ai-transcription-py best for?
azure-ai-transcription-py is best for reusing agent instructions, scripts, and references.
How do I install azure-ai-transcription-py?
Install or run azure-ai-transcription-py using Copy skill directory. Check azure-ai-transcription-py for the latest setup command.
Is azure-ai-transcription-py actively maintained?
azure-ai-transcription-py may need a closer maintenance check before production use.
Auto-fetched from GitHub.