public class UpperBodyClothTexture extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpperBodyClothTexture() |
UpperBodyClothTexture(UpperBodyClothTexture 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 |
---|---|
Float |
getProbability()
Get Type识别概率值,[0.0,1.0], 代表判断正确的概率。如0.8则代表有Type值有80%概率正确。
|
String |
getType()
Get 上衣纹理信息,返回值为以下集合中的一个, {纯色, 格子, 大色块}。
|
void |
setProbability(Float Probability)
Set Type识别概率值,[0.0,1.0], 代表判断正确的概率。如0.8则代表有Type值有80%概率正确。
|
void |
setType(String Type)
Set 上衣纹理信息,返回值为以下集合中的一个, {纯色, 格子, 大色块}。
|
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 UpperBodyClothTexture()
public UpperBodyClothTexture(UpperBodyClothTexture source)
public String getType()
public void setType(String Type)
Type
- 上衣纹理信息,返回值为以下集合中的一个, {纯色, 格子, 大色块}。public Float getProbability()
public void setProbability(Float Probability)
Probability
- Type识别概率值,[0.0,1.0], 代表判断正确的概率。如0.8则代表有Type值有80%概率正确。Copyright © 2024. All rights reserved.