public class CoverTaskResultItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CoverTaskResultItem() | 
| CoverTaskResultItem(CoverTaskResultItem 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 到 100。 | 
| String | getCoverUrl()Get 智能封面地址。 | 
| void | setConfidence(Float Confidence)Set 置信度,取值范围是 0 到 100。 | 
| void | setCoverUrl(String CoverUrl)Set 智能封面地址。 | 
| 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 CoverTaskResultItem()
public CoverTaskResultItem(CoverTaskResultItem source)
public String getCoverUrl()
public void setCoverUrl(String CoverUrl)
CoverUrl - 智能封面地址。public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence - 置信度,取值范围是 0 到 100。Copyright © 2025. All rights reserved.