> For the complete documentation index, see [llms.txt](https://docs.maiagent.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maiagent.ai/meeting-records/meeting-detail.md).

# 會議記錄詳情

會議錄音處理完成後，你可以在詳情頁面檢視完整的會議內容。

## 頁面結構 <a href="#page-structure" id="page-structure"></a>

詳情頁面包含以下區域：

* **音訊播放器**：播放會議錄音 MP3
* **會議資訊卡片**：會議名稱、參與者、錄音時長、建立時間
* **內容分頁**：逐字稿、純文字、摘要、AI 問答、下載

## 逐字稿分頁 <a href="#transcript-tab" id="transcript-tab"></a>

<figure><img src="/files/Fwta4LwrClhI9BgTLvPa" alt=""><figcaption><p>會議詳情 — 逐字稿分頁</p></figcaption></figure>

以時間軸格式顯示完整的逐字稿內容：

* **時間戳記**：每段文字的起始時間
* **發言者名稱**：標示是誰在說話
* **語言標籤**：原始語言標示
* **翻譯內容**：若有啟用翻譯，顯示翻譯結果
* **關鍵字搜尋**：在逐字稿中搜尋特定內容

## 純文字分頁 <a href="#plain-text-tab" id="plain-text-tab"></a>

<figure><img src="/files/nroKEZugn0LQHHkXTVBR" alt=""><figcaption><p>會議詳情 — 純文字稿分頁</p></figcaption></figure>

將逐字稿以純文字方式呈現，方便閱讀和複製完整的會議內容。同樣支援關鍵字搜尋。

## 會議資訊側邊欄 <a href="#meeting-info-sidebar" id="meeting-info-sidebar"></a>

右側邊欄顯示：

* **基本資訊**：會議日期、會議時間、會議時長、語音識別供應商
* **參與者**：這場會議的存取名單（建立者標示為主持人），可新增或移除成員，詳見 [會議存取權限](/meeting-records/access-control.md)
* **逐字稿講者**：轉錄辨識出的講者名稱，唯讀、不代表存取權


---

# 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.maiagent.ai/meeting-records/meeting-detail.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.
