{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://schemas.mpai.community/AIF/V2.0/AIW-AIM-metadata.schema.json",
  "$id": "https://schemas.mpai.community/MMC/V2.3/AIMs/TextAndSpeechTranslation.json",
"title": "TextAndSpeechTranslation",
  "Identifier": {
    "ImplementerID": "/* String assigned by IIDRA */",
    "Specification": {
      "Standard": "MPAI-MMC",
      "AIW": "",
      "AIM": "TextAndSpeechTranslation",
      "Version": "V2.3"
    }
  },
  "Description": " This Composite AIM Recognises Text and Speech optionally preserving the input speech features",
  "Types": [
    {
      "Name": "Selector_t",
      "Type": "uint8[]"
    },
    {
      "Name": "SpeechObject_t",
      "Type": "uint8[]"
    },
    {
      "Name": "TextObject_t",
      "Type": "uint8[]"
    }
  ],
  "Ports": [
    {
      "Name": "Selector",
      "Direction": "InputOutput",
      "RecordType": "Selector_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "TextObject",
      "Direction": "InputOutput",
      "RecordType": "TextObject_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "SpeechObject",
      "Direction": "InputOutput",
      "RecordType": "SpeechObject_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "TranslatedText",
      "Direction": "OutputInput",
      "RecordType": "TextObject_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "TranslatedSpeech",
      "Direction": "OutputInput",
      "RecordType": "SpeechObject_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    }
  ],
  "SubAIMs": [
    {
      "Name": "AutomaticSpeechRecogniton",
      "Identifier": {
        "ImplementerID": "/* String assigned by IIDRA */",
        "Specification": {
          "Standard": "MPAI-MMC",
          "AIW": "",
          "AIM": "AutomaticSpeechRecogniton",
          "Version": "V2.3"
        }
      }
    },
    {
      "Name": "TextToTextTranslation",
      "Identifier": {
        "ImplementerID": "/* String assigned by IIDRA */",
        "Specification": {
          "Standard": "MPAI-MMC",
          "AIW": "",
          "AIM": "TextToTextTranslation",
          "Version": "2.3"
        }
      }
    },
    {
      "Name": "EntitySpeechDescription",
      "Identifier": {
        "ImplementerID": "/* String assigned by IIDRA */",
        "Specification": {
          "Standard": "MPAI-MMC",
          "AIW": "",
          "AIM": "EntitySpeechDescription",
          "Version": "V2.3"
        }
      }
    },
    {
      "Name": "DescriptorsTextToSpeech",
      "Identifier": {
        "ImplementerID": "/* String assigned by IIDRA */",
        "Specification": {
          "Standard": "MPAI-MMC",
          "AIW": "",
          "AIM": "DescriptorsTextToSpeech",
          "Version": "V2.3"
        }
      }
    }
  ],
  "Topology": [
    {
      "Output": {
        "AIMName": "",
        "PortName": "InputSpeech1"
      },
      "Input": {
        "AIMName": "AutomaticSpeechRecognition",
        "PortName": "InputSpeech1"
      }
    },
    {
      "Output": {
        "AIMName": "",
        "PortName": "MediaSelector"
      },
      "Input": {
        "AIMName": "TextToTextTranslation",
        "PortName": "MediaSelector"
      }
    },
    {
      "Output": {
        "AIMName": "",
        "PortName": "LanguageSelector1"
      },
      "Input": {
        "AIMName": "TextToTextTranslation",
        "PortName": "LanguageSelector1"
      }
    },
    {
      "Output": {
        "AIMName": "",
        "PortName": "InputText"
      },
      "Input": {
        "AIMName": "TextToTextTranslation",
        "PortName": "InputText"
      }
    },
    {
      "Output": {
        "AIMName": "",
        "PortName": "RecognisedText"
      },
      "Input": {
        "AIMName": "TextToTextTranslation",
        "PortName": "RecognisedText"
      }
    },
    {
      "Output": {
        "AIMName": "",
        "PortName": "InputSpeech2"
      },
      "Input": {
        "AIMName": "InputSpeechDescription",
        "PortName": "InputSpeech2"
      }
    },
    {
      "Output": {
        "AIMName": "",
        "PortName": "LanguageSelector2"
      },
      "Input": {
        "AIMName": "DescriptorsTextToSpeech",
        "PortName": "LanguageSelector2"
      }
    },
    {
      "Output": {
        "AIMName": "TextToTextTranslation",
        "PortName": "TranslatedText"
      },
      "Input": {
        "AIMName": "DescriptorsTextToSpeech",
        "PortName": "TranslatedText"
      }
    },
    {
      "Output": {
        "AIMName": "EntitySpeechDescription",
        "PortName": "SpeechDescriptors"
      },
      "Input": {
        "AIMName": "DescriptorsTextToSpeech",
        "PortName": "SpeechDescriptors"
      }
    },
    {
      "Output": {
        "AIMName": "TextToTextTranslation",
        "PortName": "TranslatedText"
      },
      "Input": {
        "AIMName": "",
        "PortName": "TranslatedText"
      }
    },
    {
      "Output": {
        "AIMName": "DescriptorsTextToSpeech",
        "PortName": "TranslatedSpeech"
      },
      "Input": {
        "AIMName": "",
        "PortName": "TranslatedSpeech"
      }
    }
  ],
  "Implementations": [],
  "ResourcePolicies": [],
  "Documentation": [
    {
      "Type": "Tutorial",
      "URI": "https://mpai.community/standards/mpai-mmc/"
    }
  ]
}