エクスポートフォーマット
必要なフォーマットで転写をダウンロードできます。STT.aiは6つのエクスポートフォーマットをサポートし、それぞれが異なるワークフローに最適化されています。
リアルタイムの音声からテキストに変換。AI は話すときに自動的に訂正します。長い話をすると正確さが向上します。
まずマイクをテストしてくださいサポートされているエクスポートフォーマット
音声やビデオを転写した後、以下のフォーマットのいずれかで転写をダウンロードできます。すべてのフォーマットには転写のテキストが含まれ、タイムスタンプフォーマットには単語レベルまたはセグメントレベルのタイムスタンプが含まれます。
TXT (プレーンテキスト)
.txtフォーマットなしの単純なプレーンテキストの転写です。文書、メール、その他のアプリケーションにコピーするのに最適です。スピーカー検出が有効になっている場合は、スピーカーのラベルを含む。
字幕
.srt最も広くサポートされている字幕フォーマット。順番番号、タイムスタンプ、テキストを含む。YouTube、Vimeo、VLC、Premiere Pro、Final Cut、ほぼすべてのビデオプレーヤーとエディタと互換性があります。
VTT (WebVTT)
.vttWeb Video Text Tracks フォーマットは HTML5 のビデオキャプションの標準です。スタイル、位置、メタデータをサポートします。ウェブブラウザ、ストリーミングプラットフォーム、現代のビデオプレーヤーで使用されます。
DOCX (Word 文書)
.docx適切なヘッダ、タイムスタンプ、スピーカーラベルを含むフォーマットされた Word 文書。会議録、レポート、Microsoft Word や Google Docs で編集する文書に最適です。
JSON (構造化データ)
.jsonワードレベルのタイムスタンプ、信頼度スコア、スピーカーID、セグメントデータを含む機械読み取れる構造化フォーマット。開発者が STT.ai をベースに構築したり、他のシステムにデータを送信するのに最適です。
PDF (ポータブルドキュメント)
.pdfタイムスタンプ、スピーカーラベル、STT.aiブランドを備えたプロの形式の PDF です。クライアントと共有、記録の保存、印刷に最適です。レイアウトは読みやすさに最適化されています。
フォーマット比較
| 特徴 | TXT | SRT | VTT | DOCX | JSON | |
|---|---|---|---|---|---|---|
| Plain text | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| Timestamps | ✗ | ✓ | ✓ | ✓ | ✓ | ✓ |
| Speaker labels | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| Word-level timing | ✗ | ✗ | ✗ | ✗ | ✓ | ✗ |
| Confidence scores | ✗ | ✗ | ✗ | ✗ | ✓ | ✗ |
| Video player compatible | ✗ | ✓ | ✓ | ✗ | ✗ | ✗ |
| Editable | ✓ | ✓ | ✓ | ✓ | ✓ | ✗ |
| Machine-readable | ✗ | ✗ | ✗ | ✗ | ✓ | ✗ |
どのフォーマットを選ぶべきですか?
Use SRT for maximum compatibility or VTT for web-based video players. SRT works with YouTube, Vimeo, Premiere Pro, Final Cut, and DaVinci Resolve.
Use DOCX for editable documents or PDF for sharing and archiving. Both include formatted timestamps and speaker labels.
Use JSON for the richest data including word-level timestamps, confidence scores, and speaker IDs. Ideal for building custom applications.
Use TXT for a simple plain text transcript you can paste anywhere -- emails, notes, chat, or any text field.
バッチエクスポート
Need to export multiple transcripts at once? STT.ai supports batch export from your transcript library. Select multiple transcripts, choose your format, and download them all in a single ZIP file. Available on all paid plans.
API エクスポート
Developers can retrieve transcripts in any format via the STT.ai API. Simply specify the desired format in your API request and receive the formatted output directly. The JSON format includes the most detailed data including word-level timestamps and confidence scores.