> ## Documentation Index
> Fetch the complete documentation index at: https://manual.voiceping.net/llms.txt
> Use this file to discover all available pages before exploring further.

# 说话人识别

> 在 VoicePing 的语音转文字和 AI Summary 中自动识别并标注不同的说话人。

export const FeedbackZh = () => <>
    <Tip>
      对该功能有想法或需求？请通过 <a href="/zh/product-feedback">Product Feedback</a> 发送给团队。
    </Tip>

    <h2>官方链接</h2>

    <CardGroup cols={2}>
      <Card title="官方网站" icon="globe" href="https://voiceping.net/en/">
        访问官方网站
      </Card>
      <Card title="X (Twitter)" icon="x-twitter" href="https://x.com/VoicePingMedia">
        在X上关注我们
      </Card>
      <Card title="Facebook" icon="facebook" href="https://www.facebook.com/voiceping.inc">
        在Facebook上点赞
      </Card>
      <Card title="LinkedIn" icon="linkedin" href="https://www.linkedin.com/company/28684130/">
        在LinkedIn上连接
      </Card>
    </CardGroup>
  </>;

说话人识别会自动检测并标注语音转文字结果和 AI Summary 中的不同说话人。说话人分离（diarization）作为处理过程的一部分运行，因此当您打开会议记录并生成其 AI Summary 时，每位说话人的发言都会被单独归属。

它适用于以下场景：

* 翻译有多人发言的外部会议（Zoom、Microsoft Teams、Google Meet）。
* 在 VoicePing 会议室中，通过一台电脑或麦克风对多位现场说话人进行语音转文字。

## 使用方法

### 外部会议工具（Zoom、Teams、Google Meet）

1. 对在线会议运行实时翻译（请参阅[在 Zoom、Teams、Google Meet 等中的翻译](/zh/zoom-teams-translation)）。
2. 在 **Meeting Logs** 中打开生成的会议记录。
3. 生成 **AI Summary**——说话人会在语音转文字结果和摘要中被识别。

### VoicePing 会议室（一台电脑用于多位说话人）

1. 在共享电脑上启动实时翻译，并设置说话语言（麦克风图标）和翻译语言（“Text & A”图标）。请参阅[现场会议的语音转文字与翻译](/zh/in-person-translation)。
2. 让 VoicePing 对会议室内的每个人进行语音转文字和翻译。
3. 结束会话并将其保存到会议记录中。
4. 打开会议记录并生成其 **AI Summary**——每位说话人都会被自动标注。

<FeedbackZh />
