A diarization object represents the results of a diarization job.
The schema is of type object.
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 } }