Array [
]
The UUID of the authenticity verification. Is unique.
uuid
00000000-0000-0000-0000-000000000000
The handle of the authenticity verification. Is unique.
verification-a
The alias of the authenticity verification.
Verification A
The state of the authenticity verification.
VerificationState (string)
Possible values: [performing
, performed
, performedWithoutScore
, error
]
performed
The model of the authenticity verification.
default/v1
audio
object | null
required
The audio of the authenticity verification.
The handle of the audio. Is unique.
audio-a
The alias of the audio.
Audio A
The state of the audio.
AudioState (string)
Possible values: [avaitingFile
, available
, notAvailable
]
available
The score of the authenticity verification. This field is deprecated, use scores.synthesis
instead. Only returned for the default and telephone models.
float
Possible values: <= 1
0.85
subscores
object
deprecated
The subscores of the authenticity verification. This field is deprecated, use scores
instead. Only returned for the default and telephone models.
The optional synthesis subscore of the authenticity verification. This field is deprecated, use scores.synthesis
instead.
float
Possible values: <= 1
0.85
The optional replay subscore of the authenticity verification. This field is deprecated.
float
Possible values: <= 1
0.85
scores
object
required
The scores of the authenticity verification.
The synthesis score of the authenticity verification.
float
Possible values: <= 1
0.85
chunks
object[]
required
The list of chunks of the authenticity verification.
The time when the chunk starts.
duration
PT0S
The time when the chunk ends.
duration
PT3.500S
The label of the chunk.
VerificationChunkLabel (string)
Possible values: [validVoice
, excessiveMusic
, excessiveNoise
, insufficientVoice
]
validVoice
The duration of the chunk.
PT3.500S
The voice duration of the chunk.
duration
PT3.500S
The score of the chunk. This field is deprecated, use scores.synthesis
instead. Only returned for the default and telephone models.
float
Possible values: <= 1
0.85
subscores
object
deprecated
The subscores of the chunk. This field is deprecated, use scores
instead. Only returned for the default and telephone models.
The optional synthesis subscore of the chunk. This field is deprecated, use scores.synthesis
instead.
float
Possible values: <= 1
0.85
The optional replay subscore of the chunk. This field is deprecated.
float
Possible values: <= 1
0.85
scores
object
required
The scores of the chunk.
The synthesis score of the chunk.
float
Possible values: <= 1
0.85
The date and time when the authenticity verification was created.
date-time
2023-01-01T00:00:00.000000Z
The date and time when the authenticity verification was performed.
date-time
2023-01-01T00:00:00.000000Z
{
"id": "00000000-0000-0000-0000-000000000000",
"handle": "verification-a",
"alias": "Verification A",
"state": "performed",
"model": "default/v1",
"audio": {
"handle": "audio-a",
"alias": "Audio A",
"state": "available"
},
"scores": {
"synthesis": 0.85
},
"chunks": [
{
"startTime": "PT0S",
"endTime": "PT3.500S",
"label": "validVoice",
"duration": "PT3.500S",
"voiceDuration": "PT3.500S",
"scores": {
"synthesis": 0.85
}
}
],
"createdAt": "2023-01-01T00:00:00.000000Z",
"performedAt": "2023-01-01T00:00:00.000000Z"
}