{
  "api": {
    "name": "NuanceSpeechkitPlugin",
    "slug": "nuancespeechkitplugin",
    "docs": "",
    "tags": [],
    "methods": [
      {
        "name": "echo",
        "signature": "(options: { value: string; }) => Promise<{ value: string; }>",
        "parameters": [
          {
            "name": "options",
            "docs": "",
            "type": "{ value: string; }"
          }
        ],
        "returns": "Promise<{ value: string; }>",
        "tags": [],
        "docs": "",
        "complexTypes": [],
        "slug": "echo"
      },
      {
        "name": "initSpeechKit",
        "signature": "(options: InitSpeechKitOptions) => Promise<void>",
        "parameters": [
          {
            "name": "options",
            "docs": "",
            "type": "InitSpeechKitOptions"
          }
        ],
        "returns": "Promise<void>",
        "tags": [],
        "docs": "",
        "complexTypes": [
          "InitSpeechKitOptions"
        ],
        "slug": "initspeechkit"
      },
      {
        "name": "start",
        "signature": "(options: InputOptions) => Promise<{ text: string; }>",
        "parameters": [
          {
            "name": "options",
            "docs": "",
            "type": "InputOptions"
          }
        ],
        "returns": "Promise<{ text: string; }>",
        "tags": [],
        "docs": "",
        "complexTypes": [
          "InputOptions"
        ],
        "slug": "start"
      }
    ],
    "properties": []
  },
  "interfaces": [
    {
      "name": "InitSpeechKitOptions",
      "slug": "initspeechkitoptions",
      "docs": "",
      "tags": [],
      "methods": [],
      "properties": [
        {
          "name": "applicationName",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "string"
        },
        {
          "name": "partnerGuid",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "string"
        },
        {
          "name": "organizationToken",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "string"
        },
        {
          "name": "userName",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "string"
        }
      ]
    },
    {
      "name": "InputOptions",
      "slug": "inputoptions",
      "docs": "",
      "tags": [],
      "methods": [],
      "properties": [
        {
          "name": "text",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "string"
        }
      ]
    }
  ],
  "enums": [],
  "typeAliases": [],
  "pluginConfigs": []
}