public class BodyAttributes extends AbstractModel
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之间。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLabel()
Get 属性值。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 属性名称。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setConfidence(Float Confidence)
Set 置信度,取值0-1之间。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLabel(String Label)
Set 属性值。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 属性名称。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BodyAttributes()
public BodyAttributes(BodyAttributes source)
public String getLabel()
public void setLabel(String Label)
Label
- 属性值。
注意:此字段可能返回 null,表示取不到有效值。public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- 置信度,取值0-1之间。
注意:此字段可能返回 null,表示取不到有效值。public String getName()
public void setName(String Name)
Name
- 属性名称。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.