Uses of Enum Class
com.alibaba.cloud.ai.dashscope.api.DashScopeAudioSpeechApi.RequestTextType
Packages that use DashScopeAudioSpeechApi.RequestTextType
-
Uses of DashScopeAudioSpeechApi.RequestTextType in com.alibaba.cloud.ai.dashscope.api
Methods in com.alibaba.cloud.ai.dashscope.api that return DashScopeAudioSpeechApi.RequestTextTypeModifier and TypeMethodDescriptionDashScopeAudioSpeechApi.Request.RequestPayload.RequestPayloadParameters.textType()Returns the value of thetextTyperecord component.Returns the enum constant of this class with the specified name.DashScopeAudioSpeechApi.RequestTextType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.alibaba.cloud.ai.dashscope.api with parameters of type DashScopeAudioSpeechApi.RequestTextTypeModifierConstructorDescriptionRequestPayloadParameters(Integer volume, DashScopeAudioSpeechApi.RequestTextType textType, String voice, Integer sampleRate, Double rate, DashScopeAudioSpeechApi.ResponseFormat format, Double pitch, Boolean enableSsml, Integer bitRate, Integer seed, List<String> languageHints, String instruction, Boolean phonemeTimestampEnabled, Boolean wordTimestampEnabled) Creates an instance of aRequestPayloadParametersrecord class. -
Uses of DashScopeAudioSpeechApi.RequestTextType in com.alibaba.cloud.ai.dashscope.audio
Methods in com.alibaba.cloud.ai.dashscope.audio that return DashScopeAudioSpeechApi.RequestTextTypeMethods in com.alibaba.cloud.ai.dashscope.audio with parameters of type DashScopeAudioSpeechApi.RequestTextTypeModifier and TypeMethodDescriptionDashScopeAudioSpeechOptions.Builder.requestTextType(DashScopeAudioSpeechApi.RequestTextType requestTextType) voidDashScopeAudioSpeechOptions.setRequestTextType(DashScopeAudioSpeechApi.RequestTextType requestTextType)