An identify object represents the results of an identify job.
List of identification segments
Show child attributes
Speaker label
"Speaker 1"
Start time of the segment in seconds
15
End time of the segment in seconds
30.5
Diarization speaker
"SPEAKER_00"
Label of the voiceprint that was identified following the matching settings
"Sam"
Confidence for each speaker label, as a dictionary of speaker label to confidence score
{ "Sam": 16, "Rick": 24 }
List of diarization segments
Confidence scores details. Only returned if confidence is requested when job is created
List of confidence scores for each sample. Values are between 0 and 100
[95, 89, 78, 67, 56, 45, 34, 23, 12, 1]
Resolution of the confidence scores. Value is number of seconds per sample
0.02
Warning message if any
{ "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 } } ] }