public class VideosServiceImpl extends Object implements VideosService
| Constructor and Description |
|---|
VideosServiceImpl(AbstractAiClient client) |
| Modifier and Type | Method and Description |
|---|---|
VideosResponse |
videoGenerations(VideoCreateParams request)
Creates video generations.
|
VideosResponse |
videoGenerationsResult(String taskId)
Retrieves video generation result.
|
public VideosServiceImpl(AbstractAiClient client)
public VideosResponse videoGenerations(VideoCreateParams request)
VideosServicevideoGenerations in interface VideosServicerequest - the video generation requestpublic VideosResponse videoGenerationsResult(String taskId)
VideosServicevideoGenerationsResult in interface VideosServicetaskId - the task ID to retrieveCopyright © 2025. All rights reserved.