azure-ai
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAzure AI Services
Azure AI 服务
Services
服务
| Service | Use When | MCP Tools | CLI |
|---|---|---|---|
| AI Search | Full-text, vector, hybrid search | | |
| Speech | Speech-to-text, text-to-speech | | - |
| OpenAI | GPT models, embeddings, DALL-E | - | |
| Document Intelligence | Form extraction, OCR | - | - |
| 服务 | 适用场景 | MCP 工具 | CLI |
|---|---|---|---|
| AI Search | 全文搜索、向量搜索、混合搜索 | | |
| Speech | 语音转文本、文本转语音 | | - |
| OpenAI | GPT模型、嵌入、DALL-E | - | |
| Document Intelligence | 表单提取、OCR识别 | - | - |
MCP Server (Preferred)
MCP 服务器(推荐使用)
When Azure MCP is enabled:
当Azure MCP启用时:
AI Search
AI Search
- with command
azure__search- List search indexessearch_index_list - with command
azure__search- Get index detailssearch_index_get - with command
azure__search- Query search indexsearch_query
- 搭配命令
azure__search- 列出搜索索引search_index_list - 搭配命令
azure__search- 获取索引详情search_index_get - 搭配命令
azure__search- 查询搜索索引search_query
Speech
Speech
- with command
azure__speech- Speech to textspeech_transcribe - with command
azure__speech- Text to speechspeech_synthesize
If Azure MCP is not enabled: Run or enable via .
/azure:setup/mcp- 搭配命令
azure__speech- 语音转文本speech_transcribe - 搭配命令
azure__speech- 文本转语音speech_synthesize
如果Azure MCP未启用: 运行 或通过 启用。
/azure:setup/mcpAI Search Capabilities
AI Search 功能
| Feature | Description |
|---|---|
| Full-text search | Linguistic analysis, stemming |
| Vector search | Semantic similarity with embeddings |
| Hybrid search | Combined keyword + vector |
| AI enrichment | Entity extraction, OCR, sentiment |
| 功能 | 描述 |
|---|---|
| 全文搜索 | 语言分析、词干提取 |
| 向量搜索 | 基于嵌入的语义相似度匹配 |
| 混合搜索 | 关键词+向量的组合搜索 |
| AI 增强 | 实体提取、OCR识别、情感分析 |
Speech Capabilities
Speech 功能
| Feature | Description |
|---|---|
| Speech-to-text | Real-time and batch transcription |
| Text-to-speech | Neural voices, SSML support |
| Speaker diarization | Identify who spoke when |
| Custom models | Domain-specific vocabulary |
| 功能 | 描述 |
|---|---|
| 语音转文本 | 实时与批量转录 |
| 文本转语音 | 神经语音、支持SSML |
| 说话人分离 | 识别说话人及对应发言时段 |
| 自定义模型 | 特定领域词汇模型 |
Service Details
服务详情
For deep documentation on specific services:
- AI Search indexing and queries -> Azure AI Search documentation
- Speech transcription patterns -> Azure AI Speech documentation
如需了解特定服务的深度文档:
- AI Search 索引与查询 -> Azure AI Search 文档
- Speech 转录模式 -> Azure AI Speech 文档