add azurettSEndpointId to synthesizer

This commit is contained in:
Quan HL
2024-01-17 14:50:02 +07:00
parent 3f19ce4a24
commit b056c691f7
2 changed files with 4 additions and 2 deletions

View File

@@ -514,7 +514,8 @@
"type": "string",
"enum": ["MALE", "FEMALE", "NEUTRAL"]
},
"options": "object"
"options": "object",
"azurettSEndpointId": "string"
},
"required": [
"vendor"

View File

@@ -25,7 +25,8 @@ test("validate correct verbs", async (t) => {
"synthesizer": {
"voice": "Jenny",
"vendor": "google",
"label": "label1"
"label": "label1",
"azurettSEndpointId": "string",
},
"recognizer": {
"vendor": "google",