public class SearchTaskResult extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SearchTaskResult() | 
| SearchTaskResult(SearchTaskResult 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 | getScore()Get 视频在本次检索中的得分,得分越高和检索值越相似,取值范围[0,1]
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getVideoId()Get 检索获得的视频ID
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setScore(Float Score)Set 视频在本次检索中的得分,得分越高和检索值越相似,取值范围[0,1]
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setVideoId(String VideoId)Set 检索获得的视频ID
注意:此字段可能返回 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 SearchTaskResult()
public SearchTaskResult(SearchTaskResult source)
public Float getScore()
public void setScore(Float Score)
Score - 视频在本次检索中的得分,得分越高和检索值越相似,取值范围[0,1]
注意:此字段可能返回 null,表示取不到有效值。public String getVideoId()
public void setVideoId(String VideoId)
VideoId - 检索获得的视频ID
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.