public class AiReviewPornTaskOutput extends AbstractModel
Constructor and Description |
---|
AiReviewPornTaskOutput() |
Modifier and Type | Method and Description |
---|---|
Float |
getConfidence()
Get Score of detected porn information in video between 0 and 100.
|
String |
getLabel()
Get Tag of detected porn information in video.
|
MediaContentReviewSegmentItem[] |
getSegmentSet()
Get List of video segments that contain the detected porn information.
|
String |
getSuggestion()
Get Suggestion for detected porn information.
|
void |
setConfidence(Float Confidence)
Set Score of detected porn information in video between 0 and 100.
|
void |
setLabel(String Label)
Set Tag of 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 detected porn information.
|
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 Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- Score of detected porn information in video between 0 and 100.
Note: this field may return null, indicating that no valid values can be obtained.public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- Suggestion for detected porn information. Valid values:
public String getLabel()
public void setLabel(String Label)
Label
- Tag of 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.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.