SpeechSynthesisRequestInputType enum
Defines the input type of speech synthesis request. SpeechSynthesisRequestInputType
Fields
| Text = 1 | Plain text input. |
| SSML = 2 | SSML (Speech Synthesis Markup Language) input. |
| TextStream = 3 | Text stream input, for streaming text to the synthesizer. |