1     Definition 2     Functional Requirements 3     Syntax
4     Semantics 5    Conformance Testing 6     Performance Assessment

1      Definition

A list of strings of Texts corresponding to the Damaged Segments (if any) requiring replacement with synthetic speech segments.

2      Functional Requirements

A Damaged List may be empty.

3      Syntax

https://schemas.mpai.community/CAE1/V2.4/data/DamagedList.json

4      Semantics

Label Description
Header Damaged List Header
– Standard-DamagedList The characters “CAE-DLS-V”
– Version Major version – 1 or 2 characters
– Dot-separator The character “.”
– Subversion Minor version – 1 or 2 characters
DamagedListData[] Data associated to Damaged List.
– DamagedSectionMetadata Metadata description of Speech Segments within the given Damaged Segments.
– DamagedSectionTime Time of the start and end of the Damaged Segment.
DescrMetadata Descriptive Metadata.

5     Conformance Testing

A Data instance Conforms with CAE-USC Damaged List (CAE-DLS) if:

  1.  Its JSON Object validates against the JSON Schema.
  2. Any JSON Object included validates against it JSON Schema.
  3. All Data in the JSON Object:
    1. Have the specified types.
    2. Conform with their Qualifiers.

6     Performance Assessment