handlestringrequired
The handle of the voiceprint. Is unique.
Example:
voiceprint-aaliasstring | nullrequired
The alias of the voiceprint.
Example:
Voiceprint Astatestring
The state of the voiceprint
Format:
VoiceprintState (string)Possible values: [notComputable, computable, computed]
Example:
notComputableidentity
object
required
The identity of voiceprint.
handlestringrequired
The handle of the identity. Is unique.
Example:
identity-aaliasstring | nullrequired
The alias of the identity.
Example:
Identity AVoiceprintSummary
{
"handle": "voiceprint-a",
"alias": "Voiceprint A",
"state": "notComputable",
"identity": {
"handle": "identity-a",
"alias": "Identity A"
}
}