Skip to main content

    startTimestringrequired

    The time when the chunk starts.

    Format: duration
    Example: PT0S

    endTimestringrequired

    The time when the chunk ends.

    Format: duration
    Example: PT3.500S

    labelstringrequired

    The label of the chunk.

    Format: VerificationChunkLabel (string)

    Possible values: [validVoice, excessiveMusic, excessiveNoise, insufficientVoice]

    Example: validVoice

    durationstring

    The duration of the chunk.

    Example: PT3.500S

    voiceDurationstring

    The voice duration of the chunk.

    Format: duration
    Example: PT3.500S

    scorenumber | nulldeprecated

    The score of the chunk. This field is deprecated, use scores.synthesis instead. Only returned for the default and telephone models.

    Format: float

    Possible values: <= 1

    Example: 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.


    synthesisnumber | nulldeprecated

    The optional synthesis subscore of the chunk. This field is deprecated, use scores.synthesis instead.

    Format: float

    Possible values: <= 1

    Example: 0.85

    replaynumber | nulldeprecated

    The optional replay subscore of the chunk. This field is deprecated.

    Format: float

    Possible values: <= 1

    Example: 0.85

    scores

    object

    required

    The scores of the chunk.


    synthesisnumber | nullrequired

    The synthesis score of the chunk.

    Format: float

    Possible values: <= 1

    Example: 0.85
AuthenticityVerificationChunk
{
"startTime": "PT0S",
"endTime": "PT3.500S",
"label": "validVoice",
"duration": "PT3.500S",
"voiceDuration": "PT3.500S",
"scores": {
"synthesis": 0.85
}
}