| 程序包 | 说明 |
|---|---|
| com.alibaba.dashscope.aigc.videosynthesis |
| 限定符和类型 | 方法和说明 |
|---|---|
VideoSynthesisResult |
VideoSynthesis.asyncCall(VideoSynthesisParam param)
Async call
|
VideoSynthesisResult |
VideoSynthesis.call(VideoSynthesisParam param)
Call the server to get the result.
|
VideoSynthesisResult |
VideoSynthesis.cancel(String taskId,
String apiKey)
Cancel the task.
|
VideoSynthesisResult |
VideoSynthesis.cancel(VideoSynthesisResult taskInfo,
String apiKey)
Cancel the task.
|
VideoSynthesisResult |
VideoSynthesis.fetch(String taskId,
String apiKey)
Fetch the result.
|
VideoSynthesisResult |
VideoSynthesis.fetch(VideoSynthesisResult taskInfo,
String apiKey)
Fetch the result.
|
static VideoSynthesisResult |
VideoSynthesisResult.fromDashScopeResult(DashScopeResult dashScopeResult) |
VideoSynthesisResult |
VideoSynthesis.wait(String taskId,
String apiKey)
Wait for the task to complete.
|
VideoSynthesisResult |
VideoSynthesis.wait(VideoSynthesisResult taskInfo,
String apiKey)
Wait for the task to complete.
|
| 限定符和类型 | 方法和说明 |
|---|---|
VideoSynthesisResult |
VideoSynthesis.cancel(VideoSynthesisResult taskInfo,
String apiKey)
Cancel the task.
|
VideoSynthesisResult |
VideoSynthesis.fetch(VideoSynthesisResult taskInfo,
String apiKey)
Fetch the result.
|
VideoSynthesisResult |
VideoSynthesis.wait(VideoSynthesisResult taskInfo,
String apiKey)
Wait for the task to complete.
|
Copyright © 2025. All rights reserved.