{
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "$comment": "https://mpai.community/standards/resources/MPAI-AIF/V2.0/AIW-AIM-metadata.schema.json",
    "$id": "https://schemas.mpai.community/CAE1/V2.3/AIMs/SpeechFeatureAnalysis1.json",
    "title": "SpeechFeatureAnalysis1",
    "Identifier": {
    "ImplementerID": "/* String assigned by IIDRA */",
    "Specification": {
      "Standard": "MPAI-CAE",
      "AIW": "",
      "AIM": "SpeechFeatureAnalysis1",
      "Version": "V2.3"
    }
  },
  "Description": "This AIM implements Speech Feature Analysis 1 that extracts Speech Features1 of a model emotional utterance and transfers them to the Emotion In-sertion1.",
  "Types": [
    {
      "Name": "SpeechObject_t",
      "Type": "uint8[]"
    },
    {
      "Name": "SpeechFeatures_t",
      "Type": "uint8[]"
    }
  ],
  "Ports": [
    {
      "Name": "ModelUtterance",
      "Direction": "InputOutput",
      "RecordType": "SpeechObject_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "ProsodicSpeechFeatures",
      "Direction": "OutputInput",
      "RecordType": "SpeechFeatures_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    }
  ],
  "SubAIMs": [],
  "Topology": [],
  "Implementations": [],
  "Documentation": [
    {
      "Type": "Tutorial",
      "URI": "https://mpai.community/standards/MPAI-CAE/"
    }
  ]
}