{
  "$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": "PSTextInterpretation",
  "Identifier": {
    "ImplementerID": "/* String assigned by IIDRA */",
    "Specification": {
      "Name": "MPAI-MMC",
      "AIW": "",
      "AIM": "PSTextInterpretation",
      "Version": "V2.2"
    }
  },
  "Description": "This AIM extracts the Speec Personal Status from the Text Descriptors.",
  "Types": [
    {
      "Name": "Selector_t",
      "Type": "uint[8]"
    },
    {
      "Name": "TextDescriptors_t",
      "Type": "uint8[]"
    },
    {
      "Name": "PersonalStatusText_t",
      "Type": "uint8[]"
    }
  ],
  "Ports": [
    {
      "Name": "TextSelector",
      "Direction": "InputOutput",
      "RecordType": "Selector_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "TextDescriptors",
      "Direction": "OutputInput",
      "RecordType": "TextDescriptors_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "PersonalStatusText",
      "Direction": "OutputInput",
      "RecordType": "PersonalStatusText_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    }
  ],
  "SubAIMs": [],
  "Topology": [],
  "Implementations": [],
  "Documentation": [
    {
      "Type": "Tutorial",
      "URI": "https://mpai.community/standards/mpai-mmc/"
    }
  ]
}