PromptStyle.Emphasis プロパティ

定義

スタイルを強調するための設定を取得または設定します。

public:
 property System::Speech::Synthesis::PromptEmphasis Emphasis { System::Speech::Synthesis::PromptEmphasis get(); void set(System::Speech::Synthesis::PromptEmphasis value); };
public System.Speech.Synthesis.PromptEmphasis Emphasis { get; set; }
member this.Emphasis : System.Speech.Synthesis.PromptEmphasis with get, set
Public Property Emphasis As PromptEmphasis

プロパティ値

スタイルを強調するための設定を返します。

注釈

Windows の音声合成エンジンでは、現時点では音声出力の強調のバリエーションはサポートされていません。 列挙体のメンバーを使用して強調する値を PromptEmphasis 設定すると、合成された音声出力に聞こえる変更は生成されません。

適用対象