public class LiveStreamAiReviewVoicePornResult extends AbstractModel
skipSign
Constructor and Description |
---|
LiveStreamAiReviewVoicePornResult() |
LiveStreamAiReviewVoicePornResult(LiveStreamAiReviewVoicePornResult 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 a suspected porn segment.
|
Float |
getEndPtsTime()
Get End PTS time of a suspected segment in seconds.
|
String |
getLabel()
Get Tag of the detected porn information in video.
|
Float |
getStartPtsTime()
Get Start PTS time of a suspected segment in seconds.
|
String |
getSuggestion()
Get Suggestion for porn information detection of a suspected segment.
|
void |
setConfidence(Float Confidence)
Set Score of a suspected porn segment.
|
void |
setEndPtsTime(Float EndPtsTime)
Set End PTS time of a suspected segment in seconds.
|
void |
setLabel(String Label)
Set Tag of the detected porn information in video.
|
void |
setStartPtsTime(Float StartPtsTime)
Set Start PTS time of a suspected segment in seconds.
|
void |
setSuggestion(String Suggestion)
Set Suggestion for porn information detection of a suspected segment.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public LiveStreamAiReviewVoicePornResult()
public LiveStreamAiReviewVoicePornResult(LiveStreamAiReviewVoicePornResult source)
public Float getStartPtsTime()
public void setStartPtsTime(Float StartPtsTime)
StartPtsTime
- Start PTS time of a suspected segment in seconds.public Float getEndPtsTime()
public void setEndPtsTime(Float EndPtsTime)
EndPtsTime
- End PTS time of a suspected segment in seconds.public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- Score of a suspected porn segment.public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- Suggestion for porn information detection of a suspected segment. Valid values:
public String getLabel()
public void setLabel(String Label)
Label
- Tag of the detected porn information in video. Valid values:
Copyright © 2023. All rights reserved.