mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
support tts caching
This commit is contained in:
@@ -190,11 +190,14 @@
|
||||
"enum": ["google", "aws", "polly"]
|
||||
},
|
||||
"language": "string",
|
||||
"voice": "string"
|
||||
"voice": "string",
|
||||
"gender": {
|
||||
"type": "string",
|
||||
"enum": ["MALE", "FEMALE", "NEUTRAL"]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"vendor",
|
||||
"language"
|
||||
"vendor"
|
||||
]
|
||||
},
|
||||
"recognizer": {
|
||||
|
||||
Reference in New Issue
Block a user