| 程序包 | 说明 |
|---|---|
| com.alibaba.dashscope.aigc.imagegeneration |
| 限定符和类型 | 方法和说明 |
|---|---|
ImageGenerationResult |
ImageGeneration.asyncCall(ImageGenerationParam param)
Call the server to get the whole result.
|
ImageGenerationResult |
ImageGeneration.call(ImageGenerationParam param)
Call the server to get the whole result.
|
void |
ImageGeneration.call(ImageGenerationParam param,
ResultCallback<ImageGenerationResult> callback)
Call the server to get the result in the callback function.
|
io.reactivex.Flowable<ImageGenerationResult> |
ImageGeneration.streamCall(ImageGenerationParam param)
Call the server to get the result by stream.
|
void |
ImageGeneration.streamCall(ImageGenerationParam param,
ResultCallback<ImageGenerationResult> callback)
Call the server to get the result by stream.
|
Copyright © 2026. All rights reserved.