mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-07-04 19:22:00 +00:00
support speechamtics end_of_utterance_silence_trigger (#121)
This commit is contained in:
@@ -644,6 +644,24 @@ test("validate correct verbs", async (t) => {
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"verb": "transcribe",
|
||||
"transcriptionHook": "http://example.com/transcribe",
|
||||
"recognizer": {
|
||||
"vendor": "speechmatics",
|
||||
"language": "en",
|
||||
"speechmaticsOptions": {
|
||||
"transcription_config": {
|
||||
"language": "en",
|
||||
"enable_partials": true,
|
||||
"max_delay": 2,
|
||||
"conversation_config": {
|
||||
"end_of_utterance_silence_trigger": 0.5
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
];
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user