public class ResultConfig extends AbstractModel
Constructor and Description |
---|
ResultConfig() |
ResultConfig(ResultConfig 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 |
getResolution()
Get 生成图分辨率
支持生成以下不同分辨率的图片,对应1:1方图、3:4竖图、4:3横图三种尺寸规格。
取值:
● 768:768
● 768:1024
● 1024:768
|
void |
setResolution(String Resolution)
Set 生成图分辨率
支持生成以下不同分辨率的图片,对应1:1方图、3:4竖图、4:3横图三种尺寸规格。
取值:
● 768:768
● 768:1024
● 1024:768
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ResultConfig()
public ResultConfig(ResultConfig source)
public String getResolution()
public void setResolution(String Resolution)
Resolution
- 生成图分辨率
支持生成以下不同分辨率的图片,对应1:1方图、3:4竖图、4:3横图三种尺寸规格。
取值:
● 768:768
● 768:1024
● 1024:768Copyright © 2023. All rights reserved.