PromptStyle.Emphasis Property
Definition
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.
Gets or sets the setting for the emphasis of the style.
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
Property Value
Returns the setting for the emphasis of the style.
Remarks
The speech synthesis engines in Windows do not support variations in the emphasis of speech output at this time. Setting values for emphasis using a member of the PromptEmphasis enumeration will produce no audible change in the synthesized speech output.
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.