Each Turn
object contains text attributed to a particular speaker, along with the start and end times for that text
Name | Description |
---|---|
phone_number Required | String A speaker's phone number |
s Required | Number Start of the |
e Required | Number End of the |
text Required | String The text attributed to the speaker |
{
"phone_number": "13132847320",
"s": 600,
"e": 700,
"text": "Hi"
}