{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "http://schemas.mpai.community/AIF/V2.0/AIW-AIM-metadata.schema.json",
  "$id": "https://schemas.mpai.community/MMC/V2.3/AIMs/NaturalLanguageUnderstanding.json",
  "title": "NaturalLanguageUnderstanding",
  "Identifier": {
    "ImplementerID": "/* String assigned by IIDRA */",
    "Specification": {
      "Name": "MPAI-MMC",
      "AIW": "",
      "AIM": "NaturalLanguageUnderstanding",
      "Version": "V2.3"
    }
  },
  "Description": "This AIM extracts Meaning from Recognised Text.",
  "Types": [
    {
      "Name": "AVSceneGeometry_t",
      "Type": "uint8[]"
    },
    {
      "Name": "InstanceID_t",
      "Type": "{string InstanceLabel; float32 LabelConfidenceLevel; string Taxonomy; float32; TaxonomyConfidenceLevel}"
    },
    {
      "Name": "Meaning_t",
      "Type": "{Tagging_t POS_tagging; Tagging_t NE_tagging; Tagging_t dependency_tagging; Tagging_t SRL_tagging}"
    },
    {
      "Name": "Tagging_t",
      "Type": "{string<256 set; string<256 result}"
    },
    {
      "Name": "TextObject_t",
      "Type": "uint8[]"
    }
  ],
  "Ports": [
    {
      "Name": "TextObject",
      "Direction": "InputOutput",
      "RecordType": "TextObject_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "RecognisedText",
      "Direction": "InputOutput",
      "RecordType": "TextObject_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "InstanceID",
      "Direction": "InputOutput",
      "RecordType": "InstanceID_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "AVSceneGeometry",
      "Direction": "InputOutput",
      "RecordType": "AVSceneGeometry_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "RefinedText",
      "Direction": "OutputInput",
      "RecordType": "TextObject_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "Meaning",
      "Direction": "OutputInput",
      "RecordType": "Meaning_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    }
  ],
  "SubAIMs": [],
  "Topology": [],
  "Implementations": [],
  "Documentation": [
    {
      "Type": "Tutorial",
      "URI": "https://mpai.community/standards/MPAI-MMC/"
    }
  ]
}