> For the complete documentation index, see [llms.txt](https://docs.vocu.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vocu.ai/zh-hk/generate/text-edit.md).

# 內容編輯

進入語音合成頁面後，您即可看到內容編輯器。在內容編輯器中輸入您想用於音訊生成的內容，下一步就可以開始生成語音了。

<figure><img src="/files/aRXmsnOc8lx0w4lRkRKV" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/3HiiJRrxiku6zYqphrhD" alt="" width="563"><figcaption></figcaption></figure>

您可按需要選擇單一段落進行編輯，或在下方按一下**自動分段新增**按鈕；在彈出的文字輸入框中分配一個角色並選擇一個風格（若有），輸入任意文字，再按一下**確認新增**按鈕。系統會自動按標點符號將您的文字**按句拆分為不同段落**，並逐條新增至上方列表。

<figure><img src="/files/zNrvy5Uz8H1K8oyD0NZs" alt=""><figcaption></figcaption></figure>

**音訊段落**是另一種內容編輯方式。音訊段落支援使用一段含有語音內容的音訊檔案或口播錄音進行生成；在此段落模式下，生成的音訊會以所分配角色為主要音色，同時貼近素材音訊的發音效果。在部分對語氣變化要求較高的情況下，可用於補足表現力。

{% hint style="info" %}
音訊段落的點數消耗標準為每秒 3 點數，以輸入音訊的總時長計算。
{% endhint %}

<figure><img src="/files/Oo98lp25Cw5ycxcAxSOG" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
從文學作品匯入對話是實驗性功能，可自動根據一段文學作品中的描寫，提取角色對話與旁白並分段；只需分配角色，即可快速生成多角色廣播劇風格作品。不過少部分文學作品的對話描寫較為巧妙，可能導致誤判角色。
{% endhint %}

如果您想清空編輯器中的所有內容，只需按一下頁面下方的**清空全部**按鈕即可。您亦可進入角色選擇頁面，**快速建立一個新角色。**

<figure><img src="/files/1k7jmoRdAh1YqB9MG8d6" alt=""><figcaption></figcaption></figure>

之後，您還可對列表中的每個項目進行個別**編輯、分配角色、調整順序、刪除內容、向下插入、單獨生成**等操作。

<figure><img src="/files/xMtqJ2wFgpmTmjOkuLqV" alt="" width="324"><figcaption></figcaption></figure>

對於每個段落的內容區塊，您還可在編輯文字時按一下表情圖示，快捷插入語氣詞，為文字表達增添更生動的語氣效果。每個段落的內容區塊均可獨立調整生成設定；有關生成設定的具體介紹，請參見下一章的[生成設定](/zh-hk/generate/config.md)説明。

<figure><img src="/files/VmBimEXImL2671KsfDWA" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/YL5cmDP5itgqKcrJeaK6" alt=""><figcaption></figcaption></figure>

段落左側的編號可用於排序與多選。按一下可選取一個或多個段落，並可在下方工具列對所選段落進行統一處理，例如生成所選段落、替換角色、打包下載所選段落音訊等。同時，長按拖曳標記亦可為段落排序。

{% hint style="warning" %}
目前每個段落最多可輸入 1200 字元。由於每次修改單一段落的內容都需要重新生成對應段落，如果您在使用過程中可能需要頻繁調整，我們建議將單一段落的內容長度控制在 50 至 100 字以內，並保持為單句或數句完整連貫的句子，不要包含多餘換行或額外空白。這樣較方便優化音訊細節及進行後續編輯。
{% endhint %}

{% hint style="danger" %}
V2 系列版本的模型 **(V2.9) 僅支援中文與英文**。使用 V2 系列模型時，請確保輸入的文字中不包含任何非中英文字元，例如日文、韓文等，否則可能導致**生成失敗**等問題。

自 V3 系列開始，我們除中英文外新增粵語、日語、韓語、法語、德語、西班牙語及葡萄牙語，以及這些語言合共 30 餘種口音變體；請確保您使用的模型版本及文字內容輸入符合對應的支援能力。
{% endhint %}


---

# 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://docs.vocu.ai/zh-hk/generate/text-edit.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.
