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
java.lang.Enum.<T>valueOf
java.lang.Enum.clone
java.lang.Enum.compareTo
java.lang.Enum.describeConstable
java.lang.Enum.equals
java.lang.Enum.finalize
java.lang.Enum.getDeclaringClass
java.lang.Enum.hashCode
java.lang.Enum.name
java.lang.Enum.ordinal
java.lang.Enum.toString
Methods inherited from java.lang.Object
java.lang.Object.getClass
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
Methods
valueOf(String name)
public static SpeechSynthesisBoundaryType valueOf(String name)
Parameters
- name
- java.lang.String
Returns
values()
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java