request data
sentences key (in addition to utterances):
Semantic sentence segmentation for more readable results
sentences and translation! You’ll receive sentences output for the original transcript, and each translation result will also contain sentences in the translated language.{
"sentences": true
}
sentences key (in addition to utterances):
"sentences": {
"success": true,
"is_empty": false,
"results": [
{
"sentence": "Amy, it says you are trained in technology.",
"start": 0.4681999999999999,
"end": 2.45525,
"words": [...],
"confidence": 0.95,
"language": "en",
"speaker": 0,
"channel": 0
}
]
}