List the voiceprints of an audio
List the paginated details of the voiceprints of an audio.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The handle of the owner.
The handle of the space.
The handle of the audio.
Query Parameters
The index of the page.
The maximum size of the pages.
The criteria used to sort the voiceprints.
handle
, createdAt
, computedAt
The term used to search the voiceprints by handle or alias.
The term used to search data after or equal to the specified date.
The term used to search data before or equal to the specified date.
Response
The UUID of the voiceprint. Is unique.
The handle of the voiceprint. Is unique.
The alias of the voiceprint.
The state of the voiceprint
notComputable
, computable
, computed
The model of the voiceprint.
The identity of the voiceprint.
The total duration of the audios added to the voiceprint.
The total voice duration of the audios added to the voiceprint.
The minimum number of audios required to compute the voiceprint.
The number of audios added to the voiceprint.
The number of verifications of the voiceprint.
The date and time when the voiceprint was created.
The date and time when the voiceprint was computed.