public class MediaContentReviewSegmentItem extends AbstractModel
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 Confidence score for the detected pornographic content
|
Float |
getEndTimeOffset()
Get End time offset of a suspected segment in seconds.
|
String |
getLabel()
Get Label for the detected pornographic content
|
String |
getPicUrlExpireTime()
Get Expiration time of suspected image URL in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
Long |
getPicUrlExpireTimeStamp()
Get This field has been disused.
|
Float |
getStartTimeOffset()
Get Start time offset of a suspected segment in seconds.
|
String |
getSuggestion()
Get Processing suggestion for the detected pornographic content.
|
String |
getUrl()
Get URL of a suspected image (which will not be permanently stored
and will be deleted after `PicUrlExpireTime`).
|
void |
setConfidence(Float Confidence)
Set Confidence score for the detected pornographic content
|
void |
setEndTimeOffset(Float EndTimeOffset)
Set End time offset of a suspected segment in seconds.
|
void |
setLabel(String Label)
Set Label for the detected pornographic content
|
void |
setPicUrlExpireTime(String PicUrlExpireTime)
Set Expiration time of suspected image URL in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
void |
setPicUrlExpireTimeStamp(Long PicUrlExpireTimeStamp)
Set This field has been disused.
|
void |
setStartTimeOffset(Float StartTimeOffset)
Set Start time offset of a suspected segment in seconds.
|
void |
setSuggestion(String Suggestion)
Set Processing suggestion for the detected pornographic content.
|
void |
setUrl(String Url)
Set URL of a suspected image (which will not be permanently stored
and will be deleted after `PicUrlExpireTime`).
|
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 MediaContentReviewSegmentItem()
public MediaContentReviewSegmentItem(MediaContentReviewSegmentItem source)
public Float getStartTimeOffset()
public void setStartTimeOffset(Float StartTimeOffset)
StartTimeOffset
- Start time offset of a suspected segment in seconds.public Float getEndTimeOffset()
public void setEndTimeOffset(Float EndTimeOffset)
EndTimeOffset
- End time offset of a suspected segment in seconds.public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- Confidence score for the detected pornographic contentpublic String getLabel()
public void setLabel(String Label)
Label
- Label for the detected pornographic contentpublic String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- Processing suggestion for the detected pornographic content. Valid values:
public String getUrl()
public void setUrl(String Url)
Url
- URL of a suspected image (which will not be permanently stored
and will be deleted after `PicUrlExpireTime`).public Long getPicUrlExpireTimeStamp()
public void setPicUrlExpireTimeStamp(Long PicUrlExpireTimeStamp)
PicUrlExpireTimeStamp
- This field has been disused. Please use `PicUrlExpireTime`.public String getPicUrlExpireTime()
public void setPicUrlExpireTime(String PicUrlExpireTime)
PicUrlExpireTime
- Expiration time of suspected image URL in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).Copyright © 2023. All rights reserved.