public class OutputRecognizeEffectiveFlowValue extends AbstractModel
Constructor and Description |
---|
OutputRecognizeEffectiveFlowValue() |
OutputRecognizeEffectiveFlowValue(OutputRecognizeEffectiveFlowValue 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 |
---|---|
String |
getLable()
Get 返回标签
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getScore()
Get 返回分值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLable(String Lable)
Set 返回标签
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setScore(Float Score)
Set 返回分值
注意:此字段可能返回 null,表示取不到有效值。
|
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 OutputRecognizeEffectiveFlowValue()
public OutputRecognizeEffectiveFlowValue(OutputRecognizeEffectiveFlowValue source)
public String getLable()
public void setLable(String Lable)
Lable
- 返回标签
注意:此字段可能返回 null,表示取不到有效值。public Float getScore()
public void setScore(Float Score)
Score
- 返回分值
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.