public class SubmitHunyuanTo3DJobRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
SubmitHunyuanTo3DJobRequest() |
SubmitHunyuanTo3DJobRequest(SubmitHunyuanTo3DJobRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getImageBase64()
Get 输入图 Base64 数据。最多支持200个 utf-8 字符,ImageBase64、ImageUrl和 Prompt必填其一,且Prompt和ImageBase64/ImageUrl不能同时存在。
|
String |
getImageUrl()
Get 输入图Url。最多支持200个 utf-8 字符,ImageBase64、ImageUrl和 Prompt必填其一,且Prompt和ImageBase64/ImageUrl不能同时存在。
|
Long |
getNum()
Get 生成数量。默认1,当前限制只能为1。
|
String |
getPrompt()
Get 3D内容的描述,中文正向提示词。最多支持200个 utf-8 字符,ImageBase64、ImageUrl和 Prompt必填其一,且Prompt和ImageBase64/ImageUrl不能同时存在。
|
void |
setImageBase64(String ImageBase64)
Set 输入图 Base64 数据。最多支持200个 utf-8 字符,ImageBase64、ImageUrl和 Prompt必填其一,且Prompt和ImageBase64/ImageUrl不能同时存在。
|
void |
setImageUrl(String ImageUrl)
Set 输入图Url。最多支持200个 utf-8 字符,ImageBase64、ImageUrl和 Prompt必填其一,且Prompt和ImageBase64/ImageUrl不能同时存在。
|
void |
setNum(Long Num)
Set 生成数量。默认1,当前限制只能为1。
|
void |
setPrompt(String Prompt)
Set 3D内容的描述,中文正向提示词。最多支持200个 utf-8 字符,ImageBase64、ImageUrl和 Prompt必填其一,且Prompt和ImageBase64/ImageUrl不能同时存在。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SubmitHunyuanTo3DJobRequest()
public SubmitHunyuanTo3DJobRequest(SubmitHunyuanTo3DJobRequest source)
public String getPrompt()
public void setPrompt(String Prompt)
Prompt
- 3D内容的描述,中文正向提示词。最多支持200个 utf-8 字符,ImageBase64、ImageUrl和 Prompt必填其一,且Prompt和ImageBase64/ImageUrl不能同时存在。public String getImageBase64()
public void setImageBase64(String ImageBase64)
ImageBase64
- 输入图 Base64 数据。最多支持200个 utf-8 字符,ImageBase64、ImageUrl和 Prompt必填其一,且Prompt和ImageBase64/ImageUrl不能同时存在。public String getImageUrl()
public void setImageUrl(String ImageUrl)
ImageUrl
- 输入图Url。最多支持200个 utf-8 字符,ImageBase64、ImageUrl和 Prompt必填其一,且Prompt和ImageBase64/ImageUrl不能同时存在。public Long getNum()
public void setNum(Long Num)
Num
- 生成数量。默认1,当前限制只能为1。Copyright © 2025. All rights reserved.