Class CoverTaskResultItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ie.v20200304.models.CoverTaskResultItem
-
public class CoverTaskResultItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetConfidence()Get 置信度,取值范围是 0 到 100。StringgetCoverUrl()Get 智能封面地址。voidsetConfidence(Float Confidence)Set 置信度,取值范围是 0 到 100。voidsetCoverUrl(String CoverUrl)Set 智能封面地址。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CoverTaskResultItem
public CoverTaskResultItem()
-
CoverTaskResultItem
public 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.
-
-
Method Detail
-
getCoverUrl
public String getCoverUrl()
Get 智能封面地址。- Returns:
- CoverUrl 智能封面地址。
-
setCoverUrl
public void setCoverUrl(String CoverUrl)
Set 智能封面地址。- Parameters:
CoverUrl- 智能封面地址。
-
getConfidence
public Float getConfidence()
Get 置信度,取值范围是 0 到 100。- Returns:
- Confidence 置信度,取值范围是 0 到 100。
-
setConfidence
public void setConfidence(Float Confidence)
Set 置信度,取值范围是 0 到 100。- Parameters:
Confidence- 置信度,取值范围是 0 到 100。
-
-