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