answering machine detection

This commit is contained in:
Dave Horton
2022-07-19 09:58:07 +02:00
parent 4ca013084f
commit 32587a2dc7
3 changed files with 246 additions and 483 deletions
+16 -2
View File
@@ -37,7 +37,8 @@
"synthesizer": "#synthesizer",
"recognizer": "#recognizer",
"bargeIn": "#bargeIn",
"record": "#recordOptions"
"record": "#recordOptions",
"amd": "#amd"
},
"required": []
},
@@ -172,7 +173,8 @@
"timeLimit": "number",
"timeout": "number",
"proxy": "string",
"transcribe": "#transcribe"
"transcribe": "#transcribe",
"amd": "#amd"
},
"required": [
"target"
@@ -517,5 +519,17 @@
"required": [
"enable"
]
},
"amd": {
"properties": {
"actionHook": "object|string",
"thresholdWordCount": "number",
"resolveTimeoutMs": "number",
"beep": "boolean",
"recognizer": "#recognizer"
},
"required": [
"actionHook"
]
}
}