Package com.mypurecloud.sdk.v2.model
Class TtsEngineEntity
java.lang.Object
com.mypurecloud.sdk.v2.model.TtsEngineEntity
- All Implemented Interfaces:
Serializable
TtsEngineEntity
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getName()inthashCode()The TTS engine is the global default engineThe TTS engine can be used in a secure call flowThe set of languages the TTS engine supportsoutputFormats(List<String> outputFormats) The set of output formats the TTS engine can producevoidsetIsDefault(Boolean isDefault) voidsetIsSecure(Boolean isSecure) voidsetLanguages(List<String> languages) voidvoidsetOutputFormats(List<String> outputFormats) voidsetVoices(List<TtsVoiceEntity> voices) toString()voices(List<TtsVoiceEntity> voices) The set of voices the TTS engine supports
-
Constructor Details
-
TtsEngineEntity
public TtsEngineEntity() -
TtsEngineEntity
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
languages
The set of languages the TTS engine supports -
getLanguages
-
setLanguages
-
outputFormats
The set of output formats the TTS engine can produce -
getOutputFormats
-
setOutputFormats
-
voices
The set of voices the TTS engine supports -
getVoices
-
setVoices
-
isDefault
The TTS engine is the global default engine -
getIsDefault
-
setIsDefault
-
isSecure
The TTS engine can be used in a secure call flow -
getIsSecure
-
setIsSecure
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-