public class BodyAttributes extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BodyAttributes() | 
| BodyAttributes(BodyAttributes 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 | getConfidence()Get 置信度,取值0-1之间。 | 
| String | getLabel()Get 属性值。 | 
| String | getName()Get 属性名称。 | 
| void | setConfidence(Float Confidence)Set 置信度,取值0-1之间。 | 
| void | setLabel(String Label)Set 属性值。 | 
| void | setName(String Name)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 BodyAttributes()
public BodyAttributes(BodyAttributes source)
public String getLabel()
public void setLabel(String Label)
Label - 属性值。public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence - 置信度,取值0-1之间。public String getName()
public void setName(String Name)
Name - 属性名称。Copyright © 2025. All rights reserved.