turn

API Docs by APIMATIC

Turn

Each Turn object contains text attributed to a particular speaker, along with the start and end times for that text

Fields

NameDescription
phone_number Required
String

A speaker's phone number

s Required
Number

Start of the turn, in milliseconds. The start time is calculated from the moment the call was answered.

e Required
Number

End of the turn, in milliseconds. The end time is calculated from the moment the call was answered.

text Required
String

The text attributed to the speaker

{
  "phone_number": "13132847320",
  "s": 600,
  "e": 700,
  "text": "Hi"
}