mirror of
https://github.com/jambonz/verb-specifications.git
synced 2025-12-19 04:47:47 +00:00
add azurettSEndpointId to synthesizer
This commit is contained in:
@@ -514,7 +514,8 @@
|
||||
"type": "string",
|
||||
"enum": ["MALE", "FEMALE", "NEUTRAL"]
|
||||
},
|
||||
"options": "object"
|
||||
"options": "object",
|
||||
"azurettSEndpointId": "string"
|
||||
},
|
||||
"required": [
|
||||
"vendor"
|
||||
|
||||
@@ -25,7 +25,8 @@ test("validate correct verbs", async (t) => {
|
||||
"synthesizer": {
|
||||
"voice": "Jenny",
|
||||
"vendor": "google",
|
||||
"label": "label1"
|
||||
"label": "label1",
|
||||
"azurettSEndpointId": "string",
|
||||
},
|
||||
"recognizer": {
|
||||
"vendor": "google",
|
||||
|
||||
Reference in New Issue
Block a user