SynthesisMediaType Enum

Definition

Enumerates the types of media files.

public enum class SynthesisMediaType
public enum SynthesisMediaType
type SynthesisMediaType = 
Public Enum SynthesisMediaType
Inheritance
SynthesisMediaType

Fields

Ssml 1

Indicates that the media type is SSML.

Text 0

Indicates that the media type is Text.

WaveAudio 2

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.

Applies to