Uses of Class
com.mypurecloud.sdk.v2.model.TtsVoiceEntity
Packages that use TtsVoiceEntity
-
Uses of TtsVoiceEntity in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return TtsVoiceEntityModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsSpeechTtsEngineVoice(GetIntegrationsSpeechTtsEngineVoiceRequest request) Get details about a specific voice for a TTS engineIntegrationsApi.getIntegrationsSpeechTtsEngineVoice(String engineId, String voiceId) Get details about a specific voice for a TTS engineMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type TtsVoiceEntityModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsSpeechTtsEngineVoice(ApiRequest<Void> request) Get details about a specific voice for a TTS engineIntegrationsApiAsync.getIntegrationsSpeechTtsEngineVoiceAsync(GetIntegrationsSpeechTtsEngineVoiceRequest request, AsyncApiCallback<TtsVoiceEntity> callback) Get details about a specific voice for a TTS engineIntegrationsApiAsync.getIntegrationsSpeechTtsEngineVoiceAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TtsVoiceEntity>> callback) Get details about a specific voice for a TTS engineIntegrationsApi.getIntegrationsSpeechTtsEngineVoiceWithHttpInfo(String engineId, String voiceId) Get details about a specific voice for a TTS engineMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type TtsVoiceEntityModifier and TypeMethodDescriptionIntegrationsApiAsync.getIntegrationsSpeechTtsEngineVoiceAsync(GetIntegrationsSpeechTtsEngineVoiceRequest request, AsyncApiCallback<TtsVoiceEntity> callback) Get details about a specific voice for a TTS engineIntegrationsApiAsync.getIntegrationsSpeechTtsEngineVoiceAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TtsVoiceEntity>> callback) Get details about a specific voice for a TTS engine -
Uses of TtsVoiceEntity in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TtsVoiceEntityModifier and TypeMethodDescriptionTtsVoiceEntity.engine(TtsEngineEntity engine) Ths TTS engine this voice belongs toThe gender of the TTS voiceThe voice is the default voice for its languageThe language supported by the TTS voiceMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type TtsVoiceEntityModifier and TypeMethodDescriptionTtsVoiceEntityListing.getEntities()TtsEngineEntity.getVoices()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type TtsVoiceEntityModifier and TypeMethodDescriptionTtsVoiceEntityListing.entities(List<TtsVoiceEntity> entities) voidTtsVoiceEntityListing.setEntities(List<TtsVoiceEntity> entities) voidTtsEngineEntity.setVoices(List<TtsVoiceEntity> voices) TtsEngineEntity.voices(List<TtsVoiceEntity> voices) The set of voices the TTS engine supports