Post-processing messages
Post Transcript
API Documentation
Upload
Pre-recorded endpoints
Live endpoints
Live WS actions
Live WS messages
- Realtime messages
- Post-processing messages
- Acknowledgment messages
- Lifecycle messages
Live callbacks
- Realtime messages
- Post-processing messages
- Acknowledgment messages
- Lifecycle messages
Live webhooks
- Lifecycle messages
Post-processing messages
Post Transcript
Payload definition for the message post_transcript
.
The schema is of type object
.
Was this page helpful?
{
"session_id": "4a39145c-2844-4557-8f34-34883f7be7d9",
"created_at": "2021-09-01T12:00:00.123Z",
"type": "post_transcript",
"data": {
"full_transcript": "<string>",
"languages": [
"en"
],
"sentences": [
{
"success": true,
"is_empty": true,
"exec_time": 123,
"error": {
"status_code": 500,
"exception": "<string>",
"message": "<string>"
},
"results": [
"<string>"
]
}
],
"subtitles": [
{
"format": "srt",
"subtitles": "<string>"
}
],
"utterances": [
{
"language": "en",
"start": 123,
"end": 123,
"confidence": 123,
"channel": 1,
"speaker": 1,
"words": [
{
"word": "<string>",
"start": 123,
"end": 123,
"confidence": 123
}
],
"text": "<string>"
}
]
}
}