The time when the chunk starts.
string<duration>PT0SThe time when the chunk ends.
string<duration>PT3.500SThe label of the chunk.
VerificationChunkLabel (string)Possible values: [validVoice, excessiveMusic, excessiveNoise, insufficientVoice]
validVoiceThe duration of the chunk.
string<duration>PT3.500SThe voice duration of the chunk.
string<duration>PT3.500SThe score of the chunk. This field is deprecated, use
scores.synthesis
number,null<float>Possible values: >= 0 and <= 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
number,null<float>Possible values: >= 0 and <= 1
0.85The optional replay subscore of the chunk. This field is deprecated.
number,null<float>Possible values: >= 0 and <= 1
0.85scores
object
required
The scores of the chunk.
The synthesis score of the chunk.
number,null<float>Possible values: >= 0 and <= 1
0.85{
"startTime": "PT0S",
"endTime": "PT3.500S",
"label": "validVoice",
"duration": "PT3.500S",
"voiceDuration": "PT3.500S",
"scores": {
"synthesis": 0.85
}
}