Uses of Class
com.microsoft.cognitiveservices.speech.SpeechSynthesisBoundaryType
-
Packages that use SpeechSynthesisBoundaryType Package Description com.microsoft.cognitiveservices.speech -
-
Uses of SpeechSynthesisBoundaryType in com.microsoft.cognitiveservices.speech
Methods in com.microsoft.cognitiveservices.speech that return SpeechSynthesisBoundaryType Modifier and Type Method Description SpeechSynthesisBoundaryTypeSpeechSynthesisWordBoundaryEventArgs. getBoundaryType()Specifies the boundary type.static SpeechSynthesisBoundaryTypeSpeechSynthesisBoundaryType. valueOf(String name)Returns the enum constant of this type with the specified name.static SpeechSynthesisBoundaryType[]SpeechSynthesisBoundaryType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-