







Enumerates the types of text formats that may be used to construct a Prompt object.
Namespace:
Microsoft.Speech.Synthesis
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration SynthesisTextFormat |
| Visual Basic (Usage) |
|---|
Dim instance As SynthesisTextFormat |
| C# |
|---|
public enum SynthesisTextFormat |
Members
| Member name | Description | |
|---|---|---|
| Text | Indicates that text format is Text. | |
| Ssml | Indicates that text format is SSML. |
Remarks
The Prompt(String, SynthesisTextFormat) constructor uses SynthesisTextFormat to indicate the format of the text that its textToSpeak parameter contains.
