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
{
"startTime": "PT0S",
"endTime": "PT3.500S",
"label": "validVoice",
"duration": "PT3.500S",
"voiceDuration": "PT3.500S",
"scores": {
"synthesis": 0.85
}
}