Payload definition for the message named_entity_recognition
.
The schema is of type object
.
Was this page helpful?
{
"session_id": "4a39145c-2844-4557-8f34-34883f7be7d9",
"created_at": "2021-09-01T12:00:00.123Z",
"error": null,
"type": "named_entity_recognition",
"data": {
"utterance_id": "00-00000011",
"utterance": {
"language": "en",
"start": 123,
"end": 123,
"confidence": 123,
"channel": 1,
"speaker": 1,
"words": [
{
"word": "<string>",
"start": 123,
"end": 123,
"confidence": 123
}
],
"text": "<string>"
},
"results": [
{
"entity_type": "<string>",
"text": "<string>",
"start": 123,
"end": 123
}
]
}
}
Payload definition for the message named_entity_recognition
.
The schema is of type object
.
Was this page helpful?
{
"session_id": "4a39145c-2844-4557-8f34-34883f7be7d9",
"created_at": "2021-09-01T12:00:00.123Z",
"error": null,
"type": "named_entity_recognition",
"data": {
"utterance_id": "00-00000011",
"utterance": {
"language": "en",
"start": 123,
"end": 123,
"confidence": 123,
"channel": 1,
"speaker": 1,
"words": [
{
"word": "<string>",
"start": 123,
"end": 123,
"confidence": 123
}
],
"text": "<string>"
},
"results": [
{
"entity_type": "<string>",
"text": "<string>",
"start": 123,
"end": 123
}
]
}
}