public class MediaContentReviewSegmentItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
MediaContentReviewSegmentItem() |
MediaContentReviewSegmentItem(MediaContentReviewSegmentItem 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 |
getEndTimeOffset()
Get 嫌疑片段结束的偏移时间,单位:秒。
|
String |
getLabel()
Get 嫌疑片段鉴黄结果标签。
|
String |
getPicUrlExpireTime()
Get 嫌疑图片 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
|
Float |
getStartTimeOffset()
Get 嫌疑片段起始的偏移时间,单位:秒。
|
String |
getSuggestion()
Get 嫌疑片段鉴黄结果建议,取值范围:
pass。
review。
block。
|
String |
getUrl()
Get 嫌疑图片 URL (图片不会永久存储,到达
PicUrlExpireTime 时间点后图片将被删除)。
|
void |
setConfidence(Float Confidence)
Set 嫌疑片段涉黄分数。
|
void |
setEndTimeOffset(Float EndTimeOffset)
Set 嫌疑片段结束的偏移时间,单位:秒。
|
void |
setLabel(String Label)
Set 嫌疑片段鉴黄结果标签。
|
void |
setPicUrlExpireTime(String PicUrlExpireTime)
Set 嫌疑图片 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
|
void |
setStartTimeOffset(Float StartTimeOffset)
Set 嫌疑片段起始的偏移时间,单位:秒。
|
void |
setSuggestion(String Suggestion)
Set 嫌疑片段鉴黄结果建议,取值范围:
pass。
review。
block。
|
void |
setUrl(String Url)
Set 嫌疑图片 URL (图片不会永久存储,到达
PicUrlExpireTime 时间点后图片将被删除)。
|
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 MediaContentReviewSegmentItem()
public MediaContentReviewSegmentItem(MediaContentReviewSegmentItem source)
public Float getStartTimeOffset()
public void setStartTimeOffset(Float StartTimeOffset)
StartTimeOffset
- 嫌疑片段起始的偏移时间,单位:秒。public Float getEndTimeOffset()
public void setEndTimeOffset(Float EndTimeOffset)
EndTimeOffset
- 嫌疑片段结束的偏移时间,单位:秒。public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- 嫌疑片段涉黄分数。public String getLabel()
public void setLabel(String Label)
Label
- 嫌疑片段鉴黄结果标签。public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- 嫌疑片段鉴黄结果建议,取值范围:
public String getUrl()
public void setUrl(String Url)
Url
- 嫌疑图片 URL (图片不会永久存储,到达
PicUrlExpireTime 时间点后图片将被删除)。public String getPicUrlExpireTime()
public void setPicUrlExpireTime(String PicUrlExpireTime)
PicUrlExpireTime
- 嫌疑图片 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。Copyright © 2024. All rights reserved.