Skip to content

Commit f7e6a37

Browse files
committed
Updated ReadMe
1 parent c874706 commit f7e6a37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ void HandleOnRecognize (SpeechResultList result)
9696
```
9797

9898
### Text to Speech
99-
Use the [Text to Speech][text_to_speech] service to get the available voices to synthesize. The Text to Speech service also supports Speech Synthesis Markup Language ([SSML][ssml]). In addition, the service supports a service-specific [expressive SSML][expressive_ssml] element.
99+
Use the [Text to Speech][text_to_speech] service to get the available voices to synthesize. The Text to Speech service also supports Speech Synthesis Markup Language ([SSML][ssml]). In addition, the service supports a service-specific [expressive SSML][expressive_ssml] element. See Text To Speech service examples for examples on how to create custom Text to Speech voice models.
100100

101101
```cs
102102
TextToSpeech m_TextToSpeech = new TextToSpeech();

0 commit comments

Comments
 (0)