> For the complete documentation index, see [llms.txt](https://library.zoom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://library.zoom.com/technical-library/zh/shang-ye-ban-fu-wu/zoom-quality-management/expert-insights/working-with-different-languages-in-quality-management.md).

# 使用不同语言

<figure><img src="https://media.zoom.com/images/assets/Working+With+Different+Languages+in+QM/Zz0wNmU5NjMwZTVhNzExMWVmOGY1MDEyOGRhODg4OTE5MQ==?t=20250425060908" alt="A man sitting at a desk wearing a headset, working from home, with a laptop in front of him."><figcaption></figcaption></figure>

Zoom 质量管理（QM）支持 27 种不同语言，并使用语音分析、主题和指标匹配、摘要生成以及其他功能，为受支持语言中的交互提供洞察。受支持语言之间的翻译在流程的不同阶段使用，了解这一流程对于构建一个正常运行的多语言质量管理部署至关重要。

### 语言检测

因为主题并不总是特定的单词或短语匹配，所以我们使用 AI 将主题与实际说出的话进行匹配。由于分析是在翻译之后进行的，因此给定的主题将与任何受支持的口语语言匹配。同样，主题可以用任何受支持的语言进行配置，并且会被翻译后与其他任何受支持的语言进行匹配。

### 指标匹配

指标是交互中说出的、特定的匹配单词或短语。应以预期会被说出的语言来配置指标。它们会在下一步执行之前进行匹配。

{% hint style="info" %}
**注意**

指标配置可在以下位置找到 **账户管理 → 账户设置 → 质量管理 → 指标**.
{% endhint %}

### 翻译

在检测到语言并匹配指标后，交互将由 AI/ML 处理。在此处理过程中，QM 将使用转写文字生成：

* 参与度和情感得分
* 呼叫要点
* 匹配的主题
* 坐席语音统计
* 交互摘要

### QM 主题

主题用于跟踪更广泛的概念，这些概念可能无法与特定单词或短语匹配。其示例包括法律问题、许可问题或定价咨询。主题通过指导性句子构建。AI 使用这些指导性句子，将主题与转写文字中的对话进行匹配。

{% hint style="info" %}
**注意**

主题配置可在以下位置找到 **账户管理 → 账户设置 → 质量管理 → 主题**.
{% endhint %}

### 展示

在 AI 处理之后，QM 分析的结果将被翻译回受支持的口语语言，并可供主管查看。

质量管理目前支持英语和另外 26 种语言，用于转写和对话洞察。

| <ul><li>阿拉伯语</li><li>中文（输入为普通话；输出为简体中文）</li><li>捷克语</li><li>丹麦语</li><li>荷兰语</li><li>英语</li><li>爱沙尼亚语</li><li>芬兰语</li></ul> | <ul><li>法语</li><li>德语</li><li>印地语</li><li>匈牙利语</li><li>印度尼西亚语</li><li>意大利语</li><li>日语</li><li>韩语</li><li>马来语</li></ul> | <ul><li>波兰语</li><li>葡萄牙语</li><li>罗马尼亚语</li><li>俄语</li><li>西班牙语</li><li>瑞典语</li><li>泰语</li><li>土耳其语</li><li>乌克兰语</li><li>越南语</li></ul> |
| -------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://library.zoom.com/technical-library/zh/shang-ye-ban-fu-wu/zoom-quality-management/expert-insights/working-with-different-languages-in-quality-management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
