public class AiReviewPornTaskOutput extends AbstractModel
header, skipSign
Constructor and Description |
---|
AiReviewPornTaskOutput() |
AiReviewPornTaskOutput(AiReviewPornTaskOutput 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 Score of the detected porn information in video from 0 to 100.
|
String |
getLabel()
Get Tag of the detected porn information in video.
|
MediaContentReviewSegmentItem[] |
getSegmentSet()
Get List of video segments that contain the detected porn information.
|
String |
getSuggestion()
Get Suggestion for the detected porn information.
|
void |
setConfidence(Float Confidence)
Set Score of the detected porn information in video from 0 to 100.
|
void |
setLabel(String Label)
Set Tag of the detected porn information in video.
|
void |
setSegmentSet(MediaContentReviewSegmentItem[] SegmentSet)
Set List of video segments that contain the detected porn information.
|
void |
setSuggestion(String Suggestion)
Set Suggestion for the detected porn information.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AiReviewPornTaskOutput()
public AiReviewPornTaskOutput(AiReviewPornTaskOutput source)
public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- Score of the detected porn information in video from 0 to 100.public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- Suggestion for the detected porn information. Valid values:
public String getLabel()
public void setLabel(String Label)
Label
- Tag of the detected porn information in video. Valid values:
public MediaContentReviewSegmentItem[] getSegmentSet()
public void setSegmentSet(MediaContentReviewSegmentItem[] SegmentSet)
SegmentSet
- List of video segments that contain the detected porn information.Copyright © 2024. All rights reserved.