mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-01-25 02:08:06 +00:00
support google v2 enable_voice_activity_events (#50)
This commit is contained in:
@@ -710,6 +710,7 @@
|
|||||||
},
|
},
|
||||||
"speechStartTimeoutMs": "number",
|
"speechStartTimeoutMs": "number",
|
||||||
"speechEndTimeoutMs": "number",
|
"speechEndTimeoutMs": "number",
|
||||||
|
"enableVoiceActivityEvents": "boolean",
|
||||||
"transcriptNormalization": "array"
|
"transcriptNormalization": "array"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -423,6 +423,7 @@ test("validate correct verbs", async (t) => {
|
|||||||
"serviceVersion": "v2",
|
"serviceVersion": "v2",
|
||||||
"speechStartTimeoutMs": 500,
|
"speechStartTimeoutMs": 500,
|
||||||
"speechEndTimeoutMs": 1000,
|
"speechEndTimeoutMs": 1000,
|
||||||
|
"enableVoiceActivityEvents": true,
|
||||||
"transcriptNormalization" : [
|
"transcriptNormalization" : [
|
||||||
{
|
{
|
||||||
"search": "dog",
|
"search": "dog",
|
||||||
|
|||||||
Reference in New Issue
Block a user