Package com.mypurecloud.sdk.v2.model
Class TtsVoiceEntity
java.lang.Object
com.mypurecloud.sdk.v2.model.TtsVoiceEntity
- All Implemented Interfaces:
Serializable
TtsVoiceEntity
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionengine(TtsEngineEntity engine) Ths TTS engine this voice belongs tobooleanThe gender of the TTS voicegetId()getName()inthashCode()The voice is the default voice for its languageThe language supported by the TTS voicevoidsetEngine(TtsEngineEntity engine) voidvoidsetIsDefault(Boolean isDefault) voidsetLanguage(String language) voidtoString()
-
Constructor Details
-
TtsVoiceEntity
public TtsVoiceEntity() -
TtsVoiceEntity
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
gender
The gender of the TTS voice -
getGender
-
setGender
-
language
The language supported by the TTS voice -
getLanguage
-
setLanguage
-
engine
Ths TTS engine this voice belongs to -
getEngine
-
setEngine
-
isDefault
The voice is the default voice for its language -
getIsDefault
-
setIsDefault
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-