public class UpperBodyClothSleeve extends AbstractModel
Constructor and Description |
---|
UpperBodyClothSleeve() |
UpperBodyClothSleeve(UpperBodyClothSleeve 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public UpperBodyClothSleeve()
public UpperBodyClothSleeve(UpperBodyClothSleeve 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 © 2021. All rights reserved.