Update Watson TTS Documentation (#19912)

This commit is contained in:
drinfernoo 2021-10-22 14:50:45 -07:00 committed by GitHub
parent 8a8564272b
commit dbaf66f9ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,3 +106,13 @@ Say with break:
Watson
</speak>
```
Optionally, specify a voice for the message:
```yaml
- service: tts.watson_tts_say
data:
message: "Hello from Watson"
options:
voice: en-US_EmilyV3Voice
```