SpeechSynthesisBoundaryType Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. cognitiveservices. speech. SpeechSynthesisBoundaryType
- com.
- java.
public enum SpeechSynthesisBoundaryType
extends java.lang.Enum<SpeechSynthesisBoundaryType>
Defines the boundary type of speech synthesis boundary event. Added in version 1.21.0.
Fields
Punctuation |
Indicates the boundary text is a punctuation. |
Sentence |
Indicates the boundary text is a sentence. |
Word |
Indicates the boundary text is a word. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
valueOf(String name)
public static SpeechSynthesisBoundaryType valueOf(String name)
Parameters
- name
- java.lang.String