类的使用
io.agentscope.core.model.tts.TTSResponse
使用TTSResponse的程序包
-
io.agentscope.core.model.tts中TTSResponse的使用
返回变量类型为TTSResponse的类型的io.agentscope.core.model.tts中的方法修饰符和类型方法说明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.