Schemas
Identify
Schemas
Identify
An identify object represents the results of an identify job.
The schema is of type object
.
{
"diarization": [
{
"speaker": "Speaker 1",
"start": 15,
"end": 30.5
}
],
"confidence": {
"score": [
95,
89,
78,
67,
56,
45,
34,
23,
12,
1
],
"resolution": 0.02
},
"identification": [
{
"speaker": "Speaker 1",
"start": 15,
"end": 30.5
}
],
"warning": "<string>",
"voiceprints": [
{
"speaker": "SPEAKER_00",
"match": "Sam",
"confidence": {
"Sam": 16,
"Rick": 24
}
}
]
}