public class CompareMetricsData extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CompareMetricsData() | 
| CompareMetricsData(CompareMetricsData 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 | getLongContentAccuracy()Get 长文提取准确率
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getLongContentRecall()Get 长文提取召回率
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getLongStructAccuracy()Get 长文结构化准确率
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getLongStructRecall()Get 长文结构化召回率
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getShortStructAccuracy()Get 短文准确率
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getShortStructRecall()Get 短文召回率
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setLongContentAccuracy(String LongContentAccuracy)Set 长文提取准确率
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setLongContentRecall(String LongContentRecall)Set 长文提取召回率
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setLongStructAccuracy(String LongStructAccuracy)Set 长文结构化准确率
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setLongStructRecall(String LongStructRecall)Set 长文结构化召回率
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setShortStructAccuracy(String ShortStructAccuracy)Set 短文准确率
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setShortStructRecall(String ShortStructRecall)Set 短文召回率
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 CompareMetricsData()
public CompareMetricsData(CompareMetricsData source)
public String getShortStructAccuracy()
public void setShortStructAccuracy(String ShortStructAccuracy)
ShortStructAccuracy - 短文准确率
注意:此字段可能返回 null,表示取不到有效值。public String getShortStructRecall()
public void setShortStructRecall(String ShortStructRecall)
ShortStructRecall - 短文召回率
注意:此字段可能返回 null,表示取不到有效值。public String getLongStructAccuracy()
public void setLongStructAccuracy(String LongStructAccuracy)
LongStructAccuracy - 长文结构化准确率
注意:此字段可能返回 null,表示取不到有效值。public String getLongStructRecall()
public void setLongStructRecall(String LongStructRecall)
LongStructRecall - 长文结构化召回率
注意:此字段可能返回 null,表示取不到有效值。public String getLongContentAccuracy()
public void setLongContentAccuracy(String LongContentAccuracy)
LongContentAccuracy - 长文提取准确率
注意:此字段可能返回 null,表示取不到有效值。public String getLongContentRecall()
public void setLongContentRecall(String LongContentRecall)
LongContentRecall - 长文提取召回率
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.