added microsoft recognizer options

This commit is contained in:
Dave Horton
2021-11-26 16:19:41 -06:00
parent e18597679d
commit 4da780626b
2 changed files with 19 additions and 2 deletions

View File

@@ -405,7 +405,24 @@
"mask",
"tag"
]
}
},
"outputFormat": {
"type": "string",
"enum": [
"simple",
"detailed"
]
},
"profanityOption": {
"type": "string",
"enum": [
"masked",
"removed",
"raw"
]
},
"requestSnr": "boolean",
"initialSpeechTimeoutMs": "number"
},
"required": [
"vendor"

View File

@@ -1,6 +1,6 @@
{
"name": "@jambonz/node-client",
"version": "0.2.12",
"version": "0.2.13",
"description": "",
"main": "lib/index.js",
"scripts": {