feat add label to synthesizer

This commit is contained in:
Quan HL
2023-08-15 07:07:47 +07:00
parent 93c368e894
commit ba9a9f9b60
2 changed files with 5 additions and 2 deletions

View File

@@ -24,7 +24,8 @@ test("validate correct verbs", async (t) => {
"verb": "config",
"synthesizer": {
"voice": "Jenny",
"vendor": "google"
"vendor": "google",
"label": "label1"
},
"recognizer": {
"vendor": "google",
@@ -140,7 +141,8 @@ test("validate correct verbs", async (t) => {
"text": "To speak to Sales press 1 or say Sales. To speak to customer support press 2 or say Support",
"synthesizer": {
"vendor": "google",
"language": "en-US"
"language": "en-US",
"label": "label1"
}
}
},