startTimestringrequired
The time when the chunk starts.
Format:
string<duration>Example:
PT0SendTimestringrequired
The time when the chunk ends.
Format:
string<duration>Example:
PT3.500Slabelstringrequired
The label of the chunk.
Format:
VerificationChunkLabel (string)Possible values: [validVoice, excessiveMusic, excessiveNoise, insufficientVoice]
Example:
validVoicedurationstring
The duration of the chunk.
Format:
string<duration>Example:
PT3.500SvoiceDurationstring
The voice duration of the chunk.
Format:
string<duration>Example:
PT3.500Sscorenumber | nulldeprecated instead.
The score of the chunk. This field is deprecated, use
scores.synthesis
Format:
number,null<float>Possible values: >= 0 and <= 1
Example:
0.85subscores
object
deprecated
The subscores of the chunk. This field is deprecated, use scores instead.
synthesisnumber | nulldeprecated instead.
The optional synthesis subscore of the chunk. This field is deprecated, use
scores.synthesis
Format:
number,null<float>Possible values: >= 0 and <= 1
Example:
0.85replaynumber | nulldeprecated
The optional replay subscore of the chunk. This field is deprecated.
Format:
number,null<float>Possible values: >= 0 and <= 1
Example:
0.85scores
object
required
The scores of the chunk.
synthesisnumber | nullrequired
The synthesis score of the chunk.
Format:
number,null<float>Possible values: >= 0 and <= 1
Example:
0.85AuthenticityVerificationChunk
{
"startTime": "PT0S",
"endTime": "PT3.500S",
"label": "validVoice",
"duration": "PT3.500S",
"voiceDuration": "PT3.500S",
"scores": {
"synthesis": 0.85
}
}