다음을 통해 공유


SpeechSynthesisRequestInputType Enum

Definition

Defines the type of input for a speech synthesis request.

public enum SpeechSynthesisRequestInputType
type SpeechSynthesisRequestInputType = 
Public Enum SpeechSynthesisRequestInputType
Inheritance
SpeechSynthesisRequestInputType

Fields

None 0
SSML 2

The input is SSML (Speech Synthesis Markup Language).

Text 1

The input is plain text.

TextStream 3

The input is a text stream.

Applies to