public class Gender extends AbstractModel
Constructor and Description |
---|
Gender() |
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.