File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Node-RED Watson Nodes for IBM Cloud
1717- Add Language Text to DropDrown for new supported languages in Translation Node.
1818- Natural Language Classifier updated for use of IAM key for authentication.
1919- Fix the Natural Language Understanding for bound IAM key service.
20+ - German is a supported STT Language.
2021
2122### New in version 0.7.3
2223- Modify Discovery Query Builder Node to use ` listCollectionFields ` to determine query list.
Original file line number Diff line number Diff line change 201201
202202 stt . LANGUAGES = { 'en-US' : 'US English' ,
203203 'pt-BR' : 'Portuguese Braziilian' ,
204- 'en-UK' : 'UK English' ,
205- 'en-GB' : 'UK English' ,
204+ 'en-UK' : 'UK English' ,
205+ 'en-GB' : 'UK English' ,
206+ 'de-DE' : 'German' ,
206207 'fr-FR' : 'French' ,
207208 'zh-CN' : 'Mandarin' ,
208209 'es-ES' : 'Spanish' ,
You can’t perform that action at this time.
0 commit comments