public class LowerBodyClothLength extends AbstractModel
Constructor and Description |
---|
LowerBodyClothLength() |
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 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 © 2020. All rights reserved.