PromptBuilder::AppendText Method

 

Appends text to the PromptBuilder object.

Namespace:   System.Speech.Synthesis
Assembly:  System.Speech (in System.Speech.dll)

NameDescription
System_CAPS_pubmethodAppendText(String^)

Specifies text to append to the PromptBuilder object.

System_CAPS_pubmethodAppendText(String^, PromptEmphasis)

Appends text to the PromptBuilder object and specifies the degree of emphasis for the text.

System_CAPS_pubmethodAppendText(String^, PromptRate)

Appends text to the PromptBuilder object and specifies the speaking rate for the text.

System_CAPS_pubmethodAppendText(String^, PromptVolume)

Appends text to the PromptBuilder object and specifies the volume to speak the text.

Return to top
Show: