added speechRecognitionMode in azureOptions as enum
This commit is contained in:
rammohan-y
2025-01-24 17:51:51 +05:30
committed by GitHub
parent e9dace6495
commit 57887a660c
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@jambonz/verb-specifications",
"version": "0.0.94",
"version": "0.0.95",
"description": "Jambonz Verb Specification Utilities",
"main": "index.js",
"scripts": {
+8
View File
@@ -782,6 +782,14 @@
"AtStart",
"Continuous"
]
},
"speechRecognitionMode": {
"type": "string",
"enum": [
"CONVERSATION",
"DICTATION",
"INTERACTIVE"
]
}
},
"required": [