Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added speechRecognitionMode in azureOptions as enum
  • Loading branch information
rammohan-y authored Jan 24, 2025
1 parent e9dace6 commit 57887a6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,14 @@
"AtStart",
"Continuous"
]
},
"speechRecognitionMode": {
"type": "string",
"enum": [
"CONVERSATION",
"DICTATION",
"INTERACTIVE"
]
}
},
"required": [
Expand Down

0 comments on commit 57887a6

Please sign in to comment.