类的使用
io.agentscope.core.model.tts.TTSOptions
使用TTSOptions的程序包
-
io.agentscope.core.model.tts中TTSOptions的使用
参数类型为TTSOptions的io.agentscope.core.model.tts中的方法修饰符和类型方法说明DashScopeTTSModel.Builder.defaultOptions(TTSOptions options) Sets the default TTS options.reactor.core.publisher.Mono<TTSResponse> DashScopeRealtimeTTSModel.synthesize(String text, TTSOptions options) Synthesizes text to audio (blocking).reactor.core.publisher.Mono<TTSResponse> DashScopeTTSModel.synthesize(String text, TTSOptions options) Synthesizes speech from text using DashScope TTS API.reactor.core.publisher.Mono<TTSResponse> TTSModel.synthesize(String text, TTSOptions options) Synthesize text to audio.