







Enumerates the types of media files.
Namespace:
Microsoft.Speech.Synthesis
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration SynthesisMediaType |
| Visual Basic (Usage) |
|---|
Dim instance As SynthesisMediaType |
| C# |
|---|
public enum SynthesisMediaType |
Members
| Member name | Description | |
|---|---|---|
| Text | Indicates that the media type is Text. | |
| Ssml | Indicates that the media type is SSML. | |
| WaveAudio | Indicates that the media type is WaveAudio. |
Remarks
The constructors of the FilePrompt class use SynthesisMediaType to indicate the media type of the file from which the prompt will be constructed.
