public class LiveStreamAiReviewVoicePornResult extends AbstractModel
header, 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 嫌疑片段涉黄分数。
|
Float |
getEndPtsTime()
Get 嫌疑片段结束的 PTS 时间,单位:秒。
|
String |
getLabel()
Get 视频鉴黄结果标签,取值范围:
sexual_moan:呻吟。
|
Float |
getStartPtsTime()
Get 嫌疑片段起始的 PTS 时间,单位:秒。
|
String |
getSuggestion()
Get 嫌疑片段鉴黄结果建议,取值范围:
pass
review
block
|
void |
setConfidence(Float Confidence)
Set 嫌疑片段涉黄分数。
|
void |
setEndPtsTime(Float EndPtsTime)
Set 嫌疑片段结束的 PTS 时间,单位:秒。
|
void |
setLabel(String Label)
Set 视频鉴黄结果标签,取值范围:
sexual_moan:呻吟。
|
void |
setStartPtsTime(Float StartPtsTime)
Set 嫌疑片段起始的 PTS 时间,单位:秒。
|
void |
setSuggestion(String Suggestion)
Set 嫌疑片段鉴黄结果建议,取值范围:
pass
review
block
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public LiveStreamAiReviewVoicePornResult()
public LiveStreamAiReviewVoicePornResult(LiveStreamAiReviewVoicePornResult source)
public Float getStartPtsTime()
public void setStartPtsTime(Float StartPtsTime)
StartPtsTime
- 嫌疑片段起始的 PTS 时间,单位:秒。public Float getEndPtsTime()
public void setEndPtsTime(Float EndPtsTime)
EndPtsTime
- 嫌疑片段结束的 PTS 时间,单位:秒。public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- 嫌疑片段涉黄分数。public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- 嫌疑片段鉴黄结果建议,取值范围:
public String getLabel()
public void setLabel(String Label)
Label
- 视频鉴黄结果标签,取值范围:
Copyright © 2024. All rights reserved.