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.
integer<int32>1The total duration of audios uploaded.
string<duration>PT7.500SThe number of identities created.
integer<int32>1createdVoiceprints
object
required
Voiceprints created.
The number of voiceprints created.
integer<int32>1The total duration of voiceprints created.
string<duration>PT7.500ScomputedVoiceprints
object
required
Voiceprints computed.
The number of voiceprints computed.
integer<int32>1The total duration of voiceprints computed.
string<duration>PT7.500SperformedVerifications
object
required
Verifications performed.
The number of verifications performed.
integer<int32>1The total duration of verifications performed.
string<duration>PT7.500SperformedIdentityVerifications
object
required
Identity verifications performed.
The number of identity verifications performed.
integer<int32>1The total duration of identity verifications performed.
string<duration>PT7.500SperformedAuthenticityVerifications
object
required
Authenticity verifications performed.
The number of authenticity verifications performed.
integer<int32>1The total duration of authenticity verifications performed.
string<duration>PT7.500SperformedMessageVerifications
object
required
Message verifications performed.
The number of message verifications performed.
integer<int32>1The total duration of message verifications performed.
string<duration>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"
}
}