The time when the chunk starts.
durationPT0SThe time when the chunk ends.
durationPT3.500SThe label of the chunk.
VerificationChunkLabel (string)Possible values: [validVoice, excessiveMusic, excessiveNoise, insufficientVoice]
validVoiceThe duration of the chunk.
PT3.500SThe voice duration of the chunk.
durationPT3.500SThe score of the chunk. This field is deprecated, use scores.synthesis instead. Only returned for the default and telephone models.
floatPossible values: <= 1
0.85subscores
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.
floatPossible values: <= 1
0.85The optional replay subscore of the chunk. This field is deprecated.
floatPossible values: <= 1
0.85scores
object
required
The scores of the chunk.
The synthesis score of the chunk.
floatPossible values: <= 1
0.85{
"startTime": "PT0S",
"endTime": "PT3.500S",
"label": "validVoice",
"duration": "PT3.500S",
"voiceDuration": "PT3.500S",
"scores": {
"synthesis": 0.85
}
}