| Package | Description |
|---|---|
| com.alibaba.dashscope.audio.tts |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
SpeechSynthesizer.call(SpeechSynthesisParam param) |
ByteBuffer |
BaseSpeechSynthesizer.call(SpeechSynthesisParam param)
Call the server to get the result.
|
void |
SpeechSynthesizer.call(SpeechSynthesisParam param,
ResultCallback<SpeechSynthesisResult> callback) |
void |
BaseSpeechSynthesizer.call(SpeechSynthesisParam param,
ResultCallback<SpeechSynthesisResult> callback)
Call the server to get the result in the callback function.
|
io.reactivex.Flowable<SpeechSynthesisResult> |
SpeechSynthesizer.streamCall(SpeechSynthesisParam param) |
io.reactivex.Flowable<SpeechSynthesisResult> |
BaseSpeechSynthesizer.streamCall(SpeechSynthesisParam param)
Call the server to get the result by stream.
|
Copyright © 2023. All rights reserved.