Ejemplo de salida de identificación de canal (lote) - Amazon Transcribe

Las traducciones son generadas a través de traducción automática. En caso de conflicto entre la traducción y la version original de inglés, prevalecerá la version en inglés.

Ejemplo de salida de identificación de canal (lote)

Este es un ejemplo de salida para una transcripción por lotes con la identificación de canales habilitada.

{ "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" }