> For the complete documentation index, see [llms.txt](https://docs.convai.com/api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.convai.com/api-docs/zh/cha-jian-yu-ji-cheng/unreal-engine/guides/speech-to-text-transcription.md).

# 语音转文字转录

## 步骤：

1. 在你的玩家蓝图中，确保你已经包含了 `Convai 玩家组件` 已包含。否则，你可以手动添加，或者按照这个 [指南](/api-docs/zh/cha-jian-yu-ji-cheng/unreal-engine/guides/creating-metahuman-characters/change-the-parent-class-for-player..md).
2. 在玩家蓝图中应用以下蓝图设置。<br>

   <figure><img src="/files/3985a8a32efee8ca4bb7f2b6afa81c522288526c" alt=""><figcaption></figcaption></figure>
3. 点击播放进行测试，按住空格键说话，松开后会打印你输入语音的转录内容。


---

# 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:

```
GET https://docs.convai.com/api-docs/zh/cha-jian-yu-ji-cheng/unreal-engine/guides/speech-to-text-transcription.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
