gather now supports aws for transcribe as well as google

This commit is contained in:
Dave Horton
2021-02-01 10:21:52 -05:00
parent 756db59671
commit 873729edb1
3 changed files with 60 additions and 24 deletions

View File

@@ -329,7 +329,7 @@
"properties": {
"vendor": {
"type": "string",
"enum": ["google", "aws"]
"enum": ["google", "aws", "default"]
},
"language": "string",
"hints": "array",