Skip to content

Commit a83bb66

Browse files
committed
German is a STT Language
1 parent ad65d55 commit a83bb66

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

services/speech_to_text/v1.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,9 @@
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',

0 commit comments

Comments
 (0)