TextToSpeechVoice Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The en-US voices that can be used by TextToSpeech. Voices for all other locales are categorized as Other.
C++
public enum class TextToSpeechVoice
public enum TextToSpeechVoice
type TextToSpeechVoice =
Public Enum TextToSpeechVoice
- Inheritance
-
TextToSpeechVoice
Name | Value | Description |
---|---|---|
Default | 0 | The default system voice. |
David | 1 | Microsoft David voice |
Mark | 2 | Microsoft Mark voice |
Zira | 3 | Microsoft Zira voice |
Other | 4 | Voice not listed above (for non en-US languages) |
Продукт | Версии |
---|---|
MRTK2 Unity 2018 | 2.7.0 |
MRTK2 Unity 2019 | 2.7.0, 2.8.0 |
MRTK2 Unity 2020 | 2.7.0, 2.8.0 |