Class AttributeItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iai.v20180301.models.AttributeItem
-
public class AttributeItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AttributeItem()AttributeItem(AttributeItem 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetProbability()Get Type识别概率值,[0,1],代表判断正确的概率。LonggetType()Get 属性值voidsetProbability(Float Probability)Set Type识别概率值,[0,1],代表判断正确的概率。voidsetType(Long Type)Set 属性值voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AttributeItem
public AttributeItem()
-
AttributeItem
public AttributeItem(AttributeItem 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.
-
-
Method Detail
-
getType
public Long getType()
Get 属性值- Returns:
- Type 属性值
-
setType
public void setType(Long Type)
Set 属性值- Parameters:
Type- 属性值
-
getProbability
public Float getProbability()
Get Type识别概率值,[0,1],代表判断正确的概率。- Returns:
- Probability Type识别概率值,[0,1],代表判断正确的概率。
-
setProbability
public void setProbability(Float Probability)
Set Type识别概率值,[0,1],代表判断正确的概率。- Parameters:
Probability- Type识别概率值,[0,1],代表判断正确的概率。
-
-