分类输出示例(批量转录) - Amazon Transcribe

本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。

分类输出示例(批量转录)

以下是启用分类的批量转录的输出示例。

{ "jobName": "my-first-transcription-job", "accountId": "111122223333", "results": { "transcripts": [ { "transcript": "I've been on hold for an hour. Sorry about that." } ], "speaker_labels": { "channel_label": "ch_0", "speakers": 2, "segments": [ { "start_time": "4.87", "speaker_label": "spk_0", "end_time": "6.88", "items": [ { "start_time": "4.87", "speaker_label": "spk_0", "end_time": "5.02" }, { "start_time": "5.02", "speaker_label": "spk_0", "end_time": "5.17" }, { "start_time": "5.17", "speaker_label": "spk_0", "end_time": "5.29" }, { "start_time": "5.29", "speaker_label": "spk_0", "end_time": "5.64" }, { "start_time": "5.64", "speaker_label": "spk_0", "end_time": "5.84" }, { "start_time": "6.11", "speaker_label": "spk_0", "end_time": "6.26" }, { "start_time": "6.26", "speaker_label": "spk_0", "end_time": "6.88" } ] }, { "start_time": "8.49", "speaker_label": "spk_1", "end_time": "9.24", "items": [ { "start_time": "8.49", "speaker_label": "spk_1", "end_time": "8.88" }, { "start_time": "8.88", "speaker_label": "spk_1", "end_time": "9.05" }, { "start_time": "9.05", "speaker_label": "spk_1", "end_time": "9.24" } ] } ] }, "items": [ { "id": 0, "start_time": "4.87", "speaker_label": "spk_0", "end_time": "5.02", "alternatives": [ { "confidence": "1.0", "content": "I've" } ], "type": "pronunciation" }, { "id": 1, "start_time": "5.02", "speaker_label": "spk_0", "end_time": "5.17", "alternatives": [ { "confidence": "1.0", "content": "been" } ], "type": "pronunciation" }, { "id": 2, "start_time": "5.17", "speaker_label": "spk_0", "end_time": "5.29", "alternatives": [ { "confidence": "1.0", "content": "on" } ], "type": "pronunciation" }, { "id": 3, "start_time": "5.29", "speaker_label": "spk_0", "end_time": "5.64", "alternatives": [ { "confidence": "1.0", "content": "hold" } ], "type": "pronunciation" }, { "id": 4, "start_time": "5.64", "speaker_label": "spk_0", "end_time": "5.84", "alternatives": [ { "confidence": "1.0", "content": "for" } ], "type": "pronunciation" }, { "id": 5, "start_time": "6.11", "speaker_label": "spk_0", "end_time": "6.26", "alternatives": [ { "confidence": "1.0", "content": "an" } ], "type": "pronunciation" }, { "id": 6, "start_time": "6.26", "speaker_label": "spk_0", "end_time": "6.88", "alternatives": [ { "confidence": "1.0", "content": "hour" } ], "type": "pronunciation" }, { "id": 7, "speaker_label": "spk_0", "alternatives": [ { "confidence": "0.0", "content": "." } ], "type": "punctuation" }, { "id": 8, "start_time": "8.49", "speaker_label": "spk_1", "end_time": "8.88", "alternatives": [ { "confidence": "1.0", "content": "Sorry" } ], "type": "pronunciation" }, { "id": 9, "start_time": "8.88", "speaker_label": "spk_1", "end_time": "9.05", "alternatives": [ { "confidence": "0.902", "content": "about" } ], "type": "pronunciation" }, { "id": 10, "start_time": "9.05", "speaker_label": "spk_1", "end_time": "9.24", "alternatives": [ { "confidence": "1.0", "content": "that" } ], "type": "pronunciation" }, { "id": 11, "speaker_label": "spk_1", "alternatives": [ { "confidence": "0.0", "content": "." } ], "type": "punctuation" } ], "audio_segments": [ { "id": 0, "transcript": "I've been on hold for an hour.", "start_time": "4.87", "end_time": "6.88", "speaker_label": "spk_0", "items": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 1, "transcript": "Sorry about that.", "start_time": "8.49", "end_time": "9.24", "speaker_label": "spk_1", "items": [ 8, 9, 10, 11 ] } ] }, "status": "COMPLETED" }