SpeechSynthesisRequest.SpeechSynthesisRequestInputType Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. cognitiveservices. speech. SpeechSynthesisRequest. SpeechSynthesisRequestInputType
- com.
- java.
public enum SpeechSynthesisRequest.SpeechSynthesisRequestInputType
extends java.lang.Enum<SpeechSynthesisRequestInputType>
Fields
| None | |
| SSML |
The input is SSML (Speech Synthesis Markup Language). |
| Text |
The input is plain text. |
| TextStream |
The input is a text stream. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
valueOf(String name)
public static SpeechSynthesisRequest.SpeechSynthesisRequestInputType valueOf(String name)
Parameters
- name
- java.lang.String
Returns
values()
public static SpeechSynthesisRequest.SpeechSynthesisRequestInputType[] values()