Response Structure
This page provides a detailed understanding of the response structure to expect from the streaming api.
{
"call_id": "<uuid>",
"segment_id": <int>,
"eos": <boolean>,
"type": "<string>",
"text": "<string>",
"segment_meta": {
"tokens": [],
"timestamps": [],
"start_time": <float>,
"confidence": <float>,
"words": [
{
"word": "<string>",
"confidence": <float>
}
]
}
}Key
Description
Last updated