{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://mpai.community/standards/resources/MPAI-AIF/V2.0/AIW-AIM-metadata.schema.json",
  "title": "AutomaticSpeechRecognition",
  "Identifier": {
    "ImplementerID": "/* String assigned by IIDRA */",
    "Specification": {
      "Name": "MPAI-MMC",
      "AIW": "",
      "AIM": "AutomaticSpeechRecognition",
      "Version": "V2.2"
    }
  },
  "Description": "This AIM implements the speech recognition function: it converts the user’s speech to text.",
  "Types": [
    {
      "Name": "LanguageSelector_t",
      "Type": "uint8[]"
    },
    {
      "Name": "TextObject_t",
      "Type": "uint8[]"
    },
    {
      "Name": "SpeechObject_t",
      "Type": "uint8[]"
    },
    {
      "Name": "SpeechOverlap_t",
      "Type": "uint8[]"
    },
    {
      "Name": "InstanceID_t",
      "Type": "{string InstanceLabel; float32 LabelConfidenceLevel; string Taxonomy; float32; TaxonomyConfidenceLevel}"
    },
    {
      "Name": "Time_t",
      "Type": "uint8[]"
    },
    {
      "Name": "TextSegment_t",
      "Type": "uint8[]"
    }
  ],
  "Ports": [
    {
      "Name": "LanguageSelector",
      "Direction": "InputOutput",
      "RecordType": "LanguageSelector_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "SpeechObject",
      "Direction": "InputOutput",
      "RecordType": "Speech_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "SpeechOverlap",
      "Direction": "InputOutput",
      "RecordType": "SpeechOverlap_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "SpeakerID",
      "Direction": "InputOutput",
      "RecordType": "InstanceID_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "SpeakerTime",
      "Direction": "InputOutput",
      "RecordType": "Time_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "RecognisedText",
      "Direction": "OutputInput",
      "RecordType": "TextSegment_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    }
  ],
  "SubAIMs": [],
  "Topology": [],
  "Implementations": [],
  "Documentation": [
    {
      "Type": "Tutorial",
      "URI": "https://mpai.community/standards/MPAI-MMC/"
    }
  ]
}