add recognizer properties for continuous asr

This commit is contained in:
Dave Horton
2022-06-19 08:53:06 -04:00
parent 8de1e810d2
commit 19663a8f9c
3 changed files with 6 additions and 4 deletions

View File

@@ -477,7 +477,9 @@
},
"requestSnr": "boolean",
"initialSpeechTimeoutMs": "number",
"azureServiceEndpoint": "string"
"azureServiceEndpoint": "string",
"asrDtmfTerminationDigit": "string",
"asrTimeout": "number"
},
"required": [
"vendor"

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@jambonz/node-client",
"version": "0.3.18",
"version": "0.3.19",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@jambonz/node-client",
"version": "0.3.18",
"version": "0.3.19",
"license": "MIT",
"dependencies": {
"bent": "^7.3.12",

View File

@@ -1,6 +1,6 @@
{
"name": "@jambonz/node-client",
"version": "0.3.18",
"version": "0.3.19",
"description": "Node.js client for building jambonz applications (jambonz.org)",
"main": "lib/index.js",
"scripts": {