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

1      Definition

A Data Type representing information of a Speech Object overlapping utterances and their duration.

2      Functional Requirements

The Speech Overlap Data Type include a set of:

  1. IDs of overlapping utterances.
  2. Duration of utterances.

3      Syntax

https://schemas.mpai.community/MMC/V2.4/data/SpeechOverlap.json

4      Semantics

Label Description
Header Speech Overlap Header
–  Standard The characters “MMM-SOL-V”
– Version Major version – 1 or 2 Bytes
– Dot-separator The character “.”
– Subversion Minor version – 1 or 2 Bytes
M-InstanceID Identifier of M-Instance.
SpeechOverlapID Identifier of Speech Overlap.
SpeechQualifier Qualifier of overlapping Speech Objects.
SpeechOverlapData[] The set of Contract Data
– SpeechObjectID ID of Speech Object.
– SpeechObjectTime Time of Speech Object.
DescrMetadata Descriptive Metadata

5     Conformance Testing

A Data instance Conforms with MPAI-MMC V2.3 Speech Overlap (MMC-SOL) if:

  1. The Data validates against the Speech Overlap’s JSON Schema.
  2. All Data in the  Speech Overlap’s JSON Schema
    1. Have the specified type
    2. Validate against their JSON Schemas
    3. Conform with their Data Qualifiers if present.

6     Performance Assessment