1. Definition
Data related to a Speech Object about the number of overlapping utterances and their duration.
2. Functional Requirements
The Speech Overlap Data Type includes:
- IDs of two overlapping utterances.
- Duration of utterances.
3. Syntax
https://schemas.mpai.community/MMC/V2.2/data/SpeechOverlap.json
4. Semantics
Label | Size | Description |
Header | N1 Bytes | Speech Overlapheader |
– Standard | 9 Bytes | The characters “MMM-SOL-V” |
– Version | N2 Bytes | Major version – 1 or 2 Bytes |
– Dot-separator | 1 Byte | The character “.” |
– Subversion | N3 Bytes | Minor version – 1 or 2 Bytes |
M-InstanceID | N4 Bytes | Identifier of M-Instance. |
ContractID | N5 Bytes | Identifier of Contract. |
ContractData | N6 Bytes | The set of Contract Data |
– SpeechObjectID1 | N7 Bytes | ID of 1st SpeechObject. |
– SpeechObjectID2 | N8 Bytes | ID of 2nd SpeechObject. |
– SpeechObjectTime1 | N6 Bytes | Time of of 1st SpeechObject. |
– SpeechObjectTime2 | N9 Bytes | Time of 2nd SpeechObject. |
DescrMetadata | N10 Bytes | Descriptive Metadata |