Class MediaContentReviewSegmentItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.MediaContentReviewSegmentItem
-
public class MediaContentReviewSegmentItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetConfidence()Get 嫌疑片段涉黄分数。FloatgetEndTimeOffset()Get 嫌疑片段结束的偏移时间,单位:秒。StringgetLabel()Get 嫌疑片段鉴黄结果标签。StringgetPicUrlExpireTime()Get 嫌疑图片 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。FloatgetStartTimeOffset()Get 嫌疑片段起始的偏移时间,单位:秒。StringgetSuggestion()Get 嫌疑片段鉴黄结果建议,取值范围: pass。 review。 block。StringgetUrl()Get 嫌疑图片 URL (图片不会永久存储,到达 PicUrlExpireTime 时间点后图片将被删除)。voidsetConfidence(Float Confidence)Set 嫌疑片段涉黄分数。voidsetEndTimeOffset(Float EndTimeOffset)Set 嫌疑片段结束的偏移时间,单位:秒。voidsetLabel(String Label)Set 嫌疑片段鉴黄结果标签。voidsetPicUrlExpireTime(String PicUrlExpireTime)Set 嫌疑图片 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。voidsetStartTimeOffset(Float StartTimeOffset)Set 嫌疑片段起始的偏移时间,单位:秒。voidsetSuggestion(String Suggestion)Set 嫌疑片段鉴黄结果建议,取值范围: pass。 review。 block。voidsetUrl(String Url)Set 嫌疑图片 URL (图片不会永久存储,到达 PicUrlExpireTime 时间点后图片将被删除)。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
MediaContentReviewSegmentItem
public MediaContentReviewSegmentItem()
-
MediaContentReviewSegmentItem
public 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.
-
-
Method Detail
-
getStartTimeOffset
public Float getStartTimeOffset()
Get 嫌疑片段起始的偏移时间,单位:秒。- Returns:
- StartTimeOffset 嫌疑片段起始的偏移时间,单位:秒。
-
setStartTimeOffset
public void setStartTimeOffset(Float StartTimeOffset)
Set 嫌疑片段起始的偏移时间,单位:秒。- Parameters:
StartTimeOffset- 嫌疑片段起始的偏移时间,单位:秒。
-
getEndTimeOffset
public Float getEndTimeOffset()
Get 嫌疑片段结束的偏移时间,单位:秒。- Returns:
- EndTimeOffset 嫌疑片段结束的偏移时间,单位:秒。
-
setEndTimeOffset
public void setEndTimeOffset(Float EndTimeOffset)
Set 嫌疑片段结束的偏移时间,单位:秒。- Parameters:
EndTimeOffset- 嫌疑片段结束的偏移时间,单位:秒。
-
getConfidence
public Float getConfidence()
Get 嫌疑片段涉黄分数。- Returns:
- Confidence 嫌疑片段涉黄分数。
-
setConfidence
public void setConfidence(Float Confidence)
Set 嫌疑片段涉黄分数。- Parameters:
Confidence- 嫌疑片段涉黄分数。
-
getLabel
public String getLabel()
Get 嫌疑片段鉴黄结果标签。- Returns:
- Label 嫌疑片段鉴黄结果标签。
-
setLabel
public void setLabel(String Label)
Set 嫌疑片段鉴黄结果标签。- Parameters:
Label- 嫌疑片段鉴黄结果标签。
-
getSuggestion
public String getSuggestion()
Get 嫌疑片段鉴黄结果建议,取值范围:- pass。
- review。
- block。
- Returns:
- Suggestion 嫌疑片段鉴黄结果建议,取值范围:
- pass。
- review。
- block。
-
setSuggestion
public void setSuggestion(String Suggestion)
Set 嫌疑片段鉴黄结果建议,取值范围:- pass。
- review。
- block。
- Parameters:
Suggestion- 嫌疑片段鉴黄结果建议,取值范围:- pass。
- review。
- block。
-
getUrl
public String getUrl()
Get 嫌疑图片 URL (图片不会永久存储,到达 PicUrlExpireTime 时间点后图片将被删除)。- Returns:
- Url 嫌疑图片 URL (图片不会永久存储,到达 PicUrlExpireTime 时间点后图片将被删除)。
-
setUrl
public void setUrl(String Url)
Set 嫌疑图片 URL (图片不会永久存储,到达 PicUrlExpireTime 时间点后图片将被删除)。- Parameters:
Url- 嫌疑图片 URL (图片不会永久存储,到达 PicUrlExpireTime 时间点后图片将被删除)。
-
getPicUrlExpireTime
public String getPicUrlExpireTime()
Get 嫌疑图片 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。- Returns:
- PicUrlExpireTime 嫌疑图片 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
-
setPicUrlExpireTime
public void setPicUrlExpireTime(String PicUrlExpireTime)
Set 嫌疑图片 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。- Parameters:
PicUrlExpireTime- 嫌疑图片 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
-
-