Usage statistics
Usage statistics provide an aggregated and summarized view of the resources inside a space. Unlike usage records, they provide a view of only the currently existing resources and are therefore affected by deletions.
Access: To be able to view the usage statistics of a space, it must either belong to your user or to one of your organizations.
Fields
uploadedAudios
object
required
Audios uploaded.
The number of audios uploaded.
int321The total duration of audios uploaded.
PT7.500SThe number of identities created.
int321createdVoiceprints
object
required
Voiceprints created.
The number of voiceprints created.
int321The total duration of voiceprints created.
PT7.500ScomputedVoiceprints
object
required
Voiceprints computed.
The number of voiceprints computed.
int321The total duration of voiceprints computed.
PT7.500SperformedVerifications
object
required
Verifications performed.
The number of verifications performed.
int321The total duration of verifications performed.
PT7.500SperformedIdentityVerifications
object
required
Identity verifications performed.
The number of identity verifications performed.
int321The total duration of identity verifications performed.
PT7.500SperformedAuthenticityVerifications
object
required
Authenticity verifications performed.
The number of authenticity verifications performed.
int321The total duration of authenticity verifications performed.
PT7.500SperformedMessageVerifications
object
required
Message verifications performed.
The number of message verifications performed.
int321The total duration of message verifications performed.
PT7.500S{
"uploadedAudios": {
"count": 1,
"duration": "PT7.500S"
},
"createdIdentities": 1,
"createdVoiceprints": {
"count": 1,
"duration": "PT7.500S"
},
"computedVoiceprints": {
"count": 1,
"duration": "PT7.500S"
},
"performedVerifications": {
"count": 1,
"duration": "PT7.500S"
},
"performedIdentityVerifications": {
"count": 1,
"duration": "PT7.500S"
},
"performedAuthenticityVerifications": {
"count": 1,
"duration": "PT7.500S"
},
"performedMessageVerifications": {
"count": 1,
"duration": "PT7.500S"
}
}