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

    scorenumber | nullrequired

    The score of the chunk.

    Format: float

    Possible values: <= 1

    Example: 0.85

    subscores

    object

    required

    The subscores of the chunk.


    synthesisnumber | null

    The optional synthesis subscore of the chunk.

    Format: float

    Possible values: <= 1

    Example: 0.85

    replaynumber | null

    The optional replay subscore of the chunk.

    Format: float

    Possible values: <= 1

    Example: 0.85
AuthenticityVerificationChunk
{
"startTime": "PT0S",
"endTime": "PT3.500S",
"label": "validVoice",
"score": 0.85,
"subscores": {
"synthesis": 0.85,
"replay": 0.85
}
}