VoiceInformation 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供已安裝語音合成引擎的相關資訊, (語音) 。
public ref class VoiceInformation sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class VoiceInformation final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class VoiceInformation
Public NotInheritable Class VoiceInformation
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
備註
只有安裝在系統上的 Microsoft 簽署語音,才能使用 SpeechSynthesizer產生語音。 每個語音都會以單一語言產生合成語音,如特定國家/地區所說。
以下是隨附于 Windows 的 Microsoft 簽署語音清單。
語音 | 性別 | Windows 8 | Windows 8.1 | 名稱 | 顯示名稱 |
---|---|---|---|---|---|
英文 (美國) | Female | Y | Y | Zira | Microsoft Zira (en-US,女性) 。 |
英文 (美國) | Male | Y | Y | David | Microsoft David (en-US, male) |
英文 GB | Female | Y | Y | 榛子 | Microsoft Hazel (en-GB,女性) |
法文 FR | Female | Y | Y | Hortense | Microsoft Hortense (fr-FR 、女性) |
德文 DE | Female | Y | Y | Hedda | Microsoft Hedda (de-DE,女性) |
西班牙文 ES | Female | Y | Y | 海倫娜 | Microsoft Femalea (es-ES,女性) |
中國 | Female | Y | Y | Huihui | Microsoft Huihui (zh-CN,女性) |
中文 TW | Female | Y | Y | 韓寒 | Microsoft Hanhan (zh-TW,女性) |
日文 JA | Female | Y | Y | Haruka | Microsoft Haruka (ja-JP,女性) |
韓文 KR | Female | Y | Y | Heami | Microsoft Heami (ko-KR,女性) |
西班牙文 MX | Female | N | Y | 柏 | Microsoft Sabina (es-MX,女性) |
義大利文 IT | Female | N | Y | 艾 爾 莎 | Microsoft Elsa (it-IT,女性) |
英文 IN | Female | N | Y | Heera | Microsoft Heera (en-IN,女性) |
俄文 RU | Female | N | Y | 伊麗娜 | Microsoft I (ru-RU,女性) |
中文 (香港特別行政區) | Female | N | Y | 特 蕾 西 | Microsoft Tracy (zh-HK, female) |
波蘭文 PL | Female | N | Y | Paulina | Microsoft Paulina (pl-PL,女性) |
葡萄牙文 BR | Female | N | Y | Maria | Microsoft Maria (pt-BR,女性) |
根據預設,新的 SpeechSynthesizer 物件會使用目前的系統語音 (呼叫 DefaultVoice ,以瞭解預設語音) 。
若要指定安裝在使用者系統上的任何其他語音合成 (文字轉換語音) 語音,請使用 Voice 方法 (找出系統上已安裝的語音,呼叫 AllVoices) 。
如果您未指定語言,則會載入最接近 [語言] 控制台中所選取語言的語音。
屬性
Description |
取得語音合成引擎的描述, (語音) 。 |
DisplayName |
取得與語音合成引擎相關聯的顯示名稱, (語音) 。 |
Gender |
取得語音合成引擎 (語音) 的性別設定。 |
Id |
取得語音合成引擎 (語音) 的唯一識別碼。 |
Language |
取得語音合成引擎的標準化 BCP-47 語言標記 , (語音) 。 |