public class RetrievalLivenessExtraInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RetrievalLivenessExtraInfo() | 
| RetrievalLivenessExtraInfo(RetrievalLivenessExtraInfo 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 | getHitGroup()Get 命中的模版类型,其中Common-公共库;Auto-自动聚类库;Owner-自建模版库
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getHitTemplate()Get 命中的模板id
注意:此字段可能返回 null,表示取不到有效值。 | 
| Float | getSimilarityScore()Get 命中的相似度
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setHitGroup(String HitGroup)Set 命中的模版类型,其中Common-公共库;Auto-自动聚类库;Owner-自建模版库
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setHitTemplate(String HitTemplate)Set 命中的模板id
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setSimilarityScore(Float SimilarityScore)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 RetrievalLivenessExtraInfo()
public RetrievalLivenessExtraInfo(RetrievalLivenessExtraInfo source)
public String getHitGroup()
public void setHitGroup(String HitGroup)
HitGroup - 命中的模版类型,其中Common-公共库;Auto-自动聚类库;Owner-自建模版库
注意:此字段可能返回 null,表示取不到有效值。public Float getSimilarityScore()
public void setSimilarityScore(Float SimilarityScore)
SimilarityScore - 命中的相似度
注意:此字段可能返回 null,表示取不到有效值。public String getHitTemplate()
public void setHitTemplate(String HitTemplate)
HitTemplate - 命中的模板id
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.