public class TerrorismImgReviewTemplateInfoForUpdate extends AbstractModel
Constructor and Description |
---|
TerrorismImgReviewTemplateInfoForUpdate() |
TerrorismImgReviewTemplateInfoForUpdate(TerrorismImgReviewTemplateInfoForUpdate 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 |
---|---|
Long |
getBlockConfidence()
Get Confidence score threshold for determining that something should be blocked.
|
String[] |
getLabelSet()
Get Filter labels for recognition of terrorism content in images.
|
Long |
getReviewConfidence()
Get Confidence score threshold for human review.
|
String |
getSwitch()
Get Whether to enable recognition of terrorism content in images.
|
void |
setBlockConfidence(Long BlockConfidence)
Set Confidence score threshold for determining that something should be blocked.
|
void |
setLabelSet(String[] LabelSet)
Set Filter labels for recognition of terrorism content in images.
|
void |
setReviewConfidence(Long ReviewConfidence)
Set Confidence score threshold for human review.
|
void |
setSwitch(String Switch)
Set Whether to enable recognition of terrorism content in images.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public TerrorismImgReviewTemplateInfoForUpdate()
public TerrorismImgReviewTemplateInfoForUpdate(TerrorismImgReviewTemplateInfoForUpdate source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- Whether to enable recognition of terrorism content in images. Valid values:
public String[] getLabelSet()
public void setLabelSet(String[] LabelSet)
LabelSet
- Filter labels for recognition of terrorism content in images. Results containing the specified labels are returned. If no labels are specified, all results are returned. Valid values:
public Long getBlockConfidence()
public void setBlockConfidence(Long BlockConfidence)
BlockConfidence
- Confidence score threshold for determining that something should be blocked. If this threshold is reached, VOD will suggest that the content be blocked. Value range: 0-100public Long getReviewConfidence()
public void setReviewConfidence(Long ReviewConfidence)
ReviewConfidence
- Confidence score threshold for human review. If this threshold is reached, human review is needed. Value range: 0-100Copyright © 2023. All rights reserved.