public class AttributeItem extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Float | getProbability()Get Type识别概率值。
- 取值范围:[0,1],代表判断正确的概率。 | 
| Long | getType()Get 属性值。 | 
| void | setProbability(Float Probability)Set Type识别概率值。
- 取值范围:[0,1],代表判断正确的概率。 | 
| void | setType(Long 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, toJsonStringpublic AttributeItem()
public AttributeItem(AttributeItem source)
public Long getType()
public void setType(Long Type)
Type - 属性值。public Float getProbability()
public void setProbability(Float Probability)
Probability - Type识别概率值。
- 取值范围:[0,1],代表判断正确的概率。Copyright © 2025. All rights reserved.