示例通道識別輸出(批處理) - Amazon Transcribe

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

示例通道識別輸出(批處理)

以下是啟用通道識別的批次轉錄的輸出範例。

{ "jobName": "my-first-transcription-job", "accountId": "111122223333", "results": { "transcripts": [ { "transcript": "I've been on hold for an hour. Sorry about that." } ], "channel_labels": { "channels": [ { "channel_label": "ch_0", "items": [ { "channel_label": "ch_0", "start_time": "4.86", "end_time": "5.01", "alternatives": [ { "confidence": "1.0", "content": "I've" } ], "type": "pronunciation" }, { "channel_label": "ch_0", "start_time": "5.01", "end_time": "5.16", "alternatives": [ { "confidence": "1.0", "content": "been" } ], "type": "pronunciation" }, { "channel_label": "ch_0", "start_time": "5.16", "end_time": "5.28", "alternatives": [ { "confidence": "1.0", "content": "on" } ], "type": "pronunciation" }, { "channel_label": "ch_0", "start_time": "5.28", "end_time": "5.62", "alternatives": [ { "confidence": "1.0", "content": "hold" } ], "type": "pronunciation" }, { "channel_label": "ch_0", "start_time": "5.62", "end_time": "5.83", "alternatives": [ { "confidence": "1.0", "content": "for" } ], "type": "pronunciation" }, { "channel_label": "ch_0", "start_time": "6.1", "end_time": "6.25", "alternatives": [ { "confidence": "1.0", "content": "an" } ], "type": "pronunciation" }, { "channel_label": "ch_0", "start_time": "6.25", "end_time": "6.87", "alternatives": [ { "confidence": "1.0", "content": "hour" } ], "type": "pronunciation" }, { "channel_label": "ch_0", "language_code": "en-US", "alternatives": [ { "confidence": "0.0", "content": "." } ], "type": "punctuation" } ] }, { "channel_label": "ch_1", "items": [ { "channel_label": "ch_1", "start_time": "8.5", "end_time": "8.89", "alternatives": [ { "confidence": "1.0", "content": "Sorry" } ], "type": "pronunciation" }, { "channel_label": "ch_1", "start_time": "8.89", "end_time": "9.06", "alternatives": [ { "confidence": "0.9176", "content": "about" } ], "type": "pronunciation" }, { "channel_label": "ch_1", "start_time": "9.06", "end_time": "9.25", "alternatives": [ { "confidence": "1.0", "content": "that" } ], "type": "pronunciation" }, { "channel_label": "ch_1", "alternatives": [ { "confidence": "0.0", "content": "." } ], "type": "punctuation" } ] } ], "number_of_channels": 2 }, "items": [ { "channel_label": "ch_0", "start_time": "4.86", "end_time": "5.01", "alternatives": [ { "confidence": "1.0", "content": "I've" } ], "type": "pronunciation" }, { "channel_label": "ch_0", "start_time": "5.01", "end_time": "5.16", "alternatives": [ { "confidence": "1.0", "content": "been" } ], "type": "pronunciation" }, { "channel_label": "ch_0", "start_time": "5.16", "end_time": "5.28", "alternatives": [ { "confidence": "1.0", "content": "on" } ], "type": "pronunciation" }, { "channel_label": "ch_0", "start_time": "5.28", "end_time": "5.62", "alternatives": [ { "confidence": "1.0", "content": "hold" } ], "type": "pronunciation" }, { "channel_label": "ch_0", "start_time": "5.62", "end_time": "5.83", "alternatives": [ { "confidence": "1.0", "content": "for" } ], "type": "pronunciation" }, { "channel_label": "ch_0", "start_time": "6.1", "end_time": "6.25", "alternatives": [ { "confidence": "1.0", "content": "an" } ], "type": "pronunciation" }, { "channel_label": "ch_0", "start_time": "6.25", "end_time": "6.87", "alternatives": [ { "confidence": "1.0", "content": "hour" } ], "type": "pronunciation" }, { "channel_label": "ch_0", "alternatives": [ { "confidence": "0.0", "content": "." } ], "type": "punctuation" }, { "channel_label": "ch_1", "start_time": "8.5", "end_time": "8.89", "alternatives": [ { "confidence": "1.0", "content": "Sorry" } ], "type": "pronunciation" }, { "channel_label": "ch_1", "start_time": "8.89", "end_time": "9.06", "alternatives": [ { "confidence": "0.9176", "content": "about" } ], "type": "pronunciation" }, { "channel_label": "ch_1", "start_time": "9.06", "end_time": "9.25", "alternatives": [ { "confidence": "1.0", "content": "that" } ], "type": "pronunciation" }, { "channel_label": "ch_1", "alternatives": [ { "confidence": "0.0", "content": "." } ], "type": "punctuation" } ] }, "status": "COMPLETED" }