mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-04-03 14:05:58 +00:00
Compare commits
1 Commits
v0.1.7
...
feat/trans
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8a4ff35744 |
@@ -420,7 +420,8 @@
|
||||
"id": "string",
|
||||
"transcriptionHook": "string",
|
||||
"recognizer": "#recognizer",
|
||||
"earlyMedia": "boolean"
|
||||
"earlyMedia": "boolean",
|
||||
"asrTimeout": "number"
|
||||
},
|
||||
"required": [
|
||||
"transcriptionHook"
|
||||
|
||||
@@ -269,6 +269,7 @@ test("validate correct verbs", async (t) => {
|
||||
{
|
||||
"verb": "transcribe",
|
||||
"transcriptionHook": "http://example.com/transcribe",
|
||||
"asrTimeout": 10,
|
||||
"recognizer": {
|
||||
"vendor": "nvidia",
|
||||
"language" : "en-US",
|
||||
|
||||
Reference in New Issue
Block a user