add support for platform in synthesizer

This commit is contained in:
Dave Horton
2022-01-19 19:49:51 -05:00
parent 7855afc6e9
commit a8403b6b6e

View File

@@ -370,6 +370,10 @@
},
"language": "string",
"voice": "string",
"platform": {
"type": "string",
"enum": ["standard", "neural"]
},
"gender": {
"type": "string",
"enum": ["MALE", "FEMALE", "NEUTRAL"]