- The unified Transcript object transcript.schema.json
Properties
The type of the event. Always set to “Transcript”.
The main transcript data containing the call ID and speaker transcripts.
Category or classification of the transcript event.
{
"type": "Transcript",
"event": {
"callId": "3242898288402518037",
"transcripts": [
{
"sentences": [
{
"text": "hi, everyone.",
"endedAtMillis": 140,
"startedAtMillis": 0
},
{
"text": "I'm Kelsey, I'm the co founder and CEO of strata, where we're tackling the complicated space of integrations.",
"endedAtMillis": 5800,
"startedAtMillis": 320
},
{
"text": "My background is in sales and go to market, serving as the chief of staff at my former opportunity Iterable, where I met these two guys and seeing firsthand how much the revenue was impacted by customer facing integrations, got me super stoked to partner with them and build the tool that we wish we had.",
"endedAtMillis": 22660,
"startedAtMillis": 6000
},
{
"text": "So I'll pass it over to you Jules for your intro.",
"endedAtMillis": 25740,
"startedAtMillis": 22880
}
],
"speakerId": "7292744736204613541"
},
{
"sentences": [
{
"text": "Thanks.",
"endedAtMillis": 26420,
"startedAtMillis": 26120
},
{
"text": "Yeah, I'm Julian, I'm the co founder and chief product officer at Iterable.",
"endedAtMillis": 30540,
"startedAtMillis": 26480
}
],
"speakerId": "897287437874434498"
}
]
},
"category": "CallRecording"
}
A unified transcript model
{
"type": "Transcript",
"event": {
"callId": "3242898288402518037",
"transcripts": [
{
"sentences": [
{
"text": "hi, everyone.",
"endedAtMillis": 140,
"startedAtMillis": 0
},
{
"text": "I'm Kelsey, I'm the co founder and CEO of strata, where we're tackling the complicated space of integrations.",
"endedAtMillis": 5800,
"startedAtMillis": 320
},
{
"text": "My background is in sales and go to market, serving as the chief of staff at my former opportunity Iterable, where I met these two guys and seeing firsthand how much the revenue was impacted by customer facing integrations, got me super stoked to partner with them and build the tool that we wish we had.",
"endedAtMillis": 22660,
"startedAtMillis": 6000
},
{
"text": "So I'll pass it over to you Jules for your intro.",
"endedAtMillis": 25740,
"startedAtMillis": 22880
}
],
"speakerId": "7292744736204613541"
},
{
"sentences": [
{
"text": "Thanks.",
"endedAtMillis": 26420,
"startedAtMillis": 26120
},
{
"text": "Yeah, I'm Julian, I'm the co founder and chief product officer at Iterable.",
"endedAtMillis": 30540,
"startedAtMillis": 26480
}
],
"speakerId": "897287437874434498"
}
]
},
"category": "CallRecording"
}
Show Transcript Event Properties
Show Monologue Properties