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.
int32
1
The total duration of audios uploaded.
PT7.500S
The number of identities created.
int32
1
createdVoiceprints
object
required
Voiceprints created.
The number of voiceprints created.
int32
1
The total duration of voiceprints created.
PT7.500S
computedVoiceprints
object
required
Voiceprints computed.
The number of voiceprints computed.
int32
1
The total duration of voiceprints computed.
PT7.500S
performedVerifications
object
required
Verifications performed.
The number of verifications performed.
int32
1
The total duration of verifications performed.
PT7.500S
performedIdentityVerifications
object
required
Identity verifications performed.
The number of identity verifications performed.
int32
1
The total duration of identity verifications performed.
PT7.500S
performedAuthenticityVerifications
object
required
Authenticity verifications performed.
The number of authenticity verifications performed.
int32
1
The total duration of authenticity verifications performed.
PT7.500S
performedMessageVerifications
object
required
Message verifications performed.
The number of message verifications performed.
int32
1
The 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"
}
}