SynthesisMediaType 枚举
定义
枚举媒体文件的类型。Enumerates the types of media files.
public enum class SynthesisMediaType
public enum SynthesisMediaType
type SynthesisMediaType =
Public Enum SynthesisMediaType
- 继承
字段
Ssml | 1 | 指示该媒体类型为 SSML。Indicates that the media type is SSML. |
Text | 0 | 指示该媒体类型为 Text。Indicates that the media type is Text. |
WaveAudio | 2 | 指示该媒体类型为 WaveAudio。Indicates that the media type is WaveAudio. |
注解
FilePrompt类的构造函数用于SynthesisMediaType指示将在其中构造提示的文件的媒体类型。The constructors of the FilePrompt class use SynthesisMediaType to indicate the media type of the file from which the prompt will be constructed.