> 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/maiagent-user-guide/maiagent-user-guide-ja/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/bxwFnBLLVJsGxfexzwNR" alt=""><figcaption><p>会議詳細 — 文字起こしタブ</p></figcaption></figure>

タイムライン形式で文字起こしの全文を表示します。

* **タイムスタンプ**：各テキストの開始時刻
* **発言者名**：誰が発言しているかを示します
* **言語タグ**：元の言語の表示
* **翻訳内容**：翻訳を有効にしている場合、翻訳結果を表示します
* **キーワード検索**：文字起こしの中から特定の内容を検索します

## プレーンテキストタブ <a href="#plain-text-tab" id="plain-text-tab"></a>

<figure><img src="/files/6iXrTRpLLNPdaUldb5ik" alt=""><figcaption><p>会議詳細 — プレーンテキストタブ</p></figcaption></figure>

文字起こしをプレーンテキスト形式で表示し、会議内容全文の閲覧やコピーを容易にします。こちらもキーワード検索に対応しています。

## 会議情報サイドバー <a href="#meeting-info-sidebar" id="meeting-info-sidebar"></a>

右側のサイドバーには以下が表示されます。

* **基本情報**：会議名、作成者、作成日時、録音時間
* **参加者**：参加メンバーの一覧
* **翻訳設定**：翻訳の有効・無効、対象言語、使用している LLM モデル
* **ファイル情報**：音声ファイルと文字起こしの保存状態


---

# 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/maiagent-user-guide/maiagent-user-guide-ja/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.
