Speaker Diarization: get task
GET/api/technology/speaker-diarization/:task_id
Retrieve the result of a Speaker Diarization task.
In case of a multi-channel audio on input, each channel result contains unique speaker IDs.
Request
Responses
- 200
- 400
- 404
- 405
Speaker Diarization task.
The response body contains task info in the task field. Depending on the task processing outcome, either result or error field is populated.
Request payload data was invalid and could not be parsed.
The requested task does not exist.
The provided task_id may be wrong or the task may have expired already.
Invalid HTTP method.