Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

SynthesisMediaType Enumeration

Enumerates the types of media files.

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

Syntax

'Declaration
Public Enumeration SynthesisMediaType
'Usage
Dim instance As SynthesisMediaType
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.

See Also

Reference

Microsoft.Speech.Synthesis Namespace