Single call transcription
Name | Description |
---|---|
transcript Required | Full call transcription attributed to a particular speaker |
turns Required | An array of |
uuid Required | String Unique identifier of the transcription |
language Required | Transcription language |
duration Required | Number Call duration |
charge Required | Decimal Full charge for the transcription |
status Required | Transcription status |
transcription_date Required | String Date and time the transcription was processed |
{
"transcript": {
"phone_number_1": "Hello",
"phone_number_2": "Hi"
},
"turns": {
"phone_number": "13132847320",
"s": 600,
"e": 700,
"text": "Hi"
},
"uuid": "c833daa8d67cf15bdfef744a3e3e90f2",
"language": null,
"duration": 102,
"charge": 0.01,
"status": null,
"transcription_date": "2023-01-09T10:04:39.734Z"
}