Voiceprint usage records
Voiceprint usage records provide a persistent view of all the voiceprint computing operations conducted on the platform.
Unlike usage statistics, they are not limited to the currently existing resources and are therefore not affected by deletions. Although their references will lose detail if they are deleted.
Access: To be able to view a usage record, it must either belong to your user or to one of your organizations.
Fields
The UUID of the voiceprint usage record. Is unique.
uuid
00000000-0000-0000-0000-000000000000
The handle of the voiceprint usage record. Is unique.
voiceprint-record-a
actor
object | null
required
The user who computed the voiceprint.
The handle of the user. Is unique.
user-a
The alias of the user.
User A
The model of the voiceprint.
default/v1
voiceprint
object | null
required
The voiceprint.
The handle of the voiceprint. Is unique.
voiceprint-a
The alias of the voiceprint.
Voiceprint A
The state of the voiceprint
VoiceprintState (string)
Possible values: [notComputable
, computable
, computed
]
notComputable
identity
object
required
The identity of voiceprint.
The handle of the identity. Is unique.
identity-a
The alias of the identity.
Identity A
space
object | null
required
The space in which the voiceprint was computed.
The handle of the space. Is unique.
space-a
The alias of the space.
Space A
owner
object
required
The owner of the space.
The type of the owner.
OwnerType (string)
Possible values: [user
, org
]
user
The handle of the owner. Is unique.
user-a
The alias of the owner.
User A
owner
object | null
required
The original owner of the voiceprint.
The type of the owner.
OwnerType (string)
Possible values: [user
, org
]
user
The handle of the owner. Is unique.
user-a
The alias of the owner.
User A
The date and time when the voiceprint was computed.
date-time
2023-01-01T00:00:00.000000Z
{
"id": "00000000-0000-0000-0000-000000000000",
"handle": "voiceprint-record-a",
"actor": {
"handle": "user-a",
"alias": "User A"
},
"model": "default/v1",
"voiceprint": {
"handle": "voiceprint-a",
"alias": "Voiceprint A",
"state": "notComputable",
"identity": {
"handle": "identity-a",
"alias": "Identity A"
}
},
"space": {
"handle": "space-a",
"alias": "Space A",
"owner": {
"type": "user",
"handle": "user-a",
"alias": "User A"
}
},
"owner": {
"type": "user",
"handle": "user-a",
"alias": "User A"
},
"computedAt": "2023-01-01T00:00:00.000000Z"
}