Uses of Enum Class
com.alibaba.cloud.ai.dashscope.api.DashScopeAudioSpeechApi.ResponseFormat
Packages that use DashScopeAudioSpeechApi.ResponseFormat
-
Uses of DashScopeAudioSpeechApi.ResponseFormat in com.alibaba.cloud.ai.dashscope.api
Methods in com.alibaba.cloud.ai.dashscope.api that return DashScopeAudioSpeechApi.ResponseFormatModifier and TypeMethodDescriptionDashScopeAudioSpeechApi.Request.RequestPayload.RequestPayloadParameters.format()Returns the value of theformatrecord component.Returns the enum constant of this class with the specified name.DashScopeAudioSpeechApi.ResponseFormat.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.ResponseFormatModifierConstructorDescriptionRequestPayloadParameters(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.ResponseFormat in com.alibaba.cloud.ai.dashscope.audio
Methods in com.alibaba.cloud.ai.dashscope.audio that return DashScopeAudioSpeechApi.ResponseFormatMethods in com.alibaba.cloud.ai.dashscope.audio with parameters of type DashScopeAudioSpeechApi.ResponseFormatModifier and TypeMethodDescriptionDashScopeAudioSpeechOptions.Builder.responseFormat(DashScopeAudioSpeechApi.ResponseFormat format) voidDashScopeAudioSpeechOptions.setResponseFormat(DashScopeAudioSpeechApi.ResponseFormat responseFormat)