Package | Description |
---|---|
cn.hutool.ai.model.doubao |
对doubao的封装实现
|
Modifier and Type | Method and Description |
---|---|
static DoubaoCommon.DoubaoVideo |
DoubaoCommon.DoubaoVideo.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DoubaoCommon.DoubaoVideo[] |
DoubaoCommon.DoubaoVideo.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
DoubaoService.videoTasks(String text,
String image,
List<DoubaoCommon.DoubaoVideo> videoParams)
创建视频生成任务
注意:调用该方法时,配置config中的model为您创建的推理接入点(Endpoint)ID。
|
String |
DoubaoServiceImpl.videoTasks(String text,
String image,
List<DoubaoCommon.DoubaoVideo> videoParams) |
Copyright © 2025. All rights reserved.