Compare commits

...

1 Commits

Author SHA1 Message Date
Quan HL
b056c691f7 add azurettSEndpointId to synthesizer 2024-01-17 14:50:02 +07:00
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",