public class MediaContentReviewSegmentItem extends AbstractModel
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 Score of a suspected porn segment.
|
Float |
getEndTimeOffset()
Get End time offset of a suspected segment in seconds.
|
String |
getLabel()
Get Tag of porn information detection result of a suspected segment.
|
String |
getPicUrlExpireTime()
Get Expiration time of a suspected image URL in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
Float |
getStartTimeOffset()
Get Start time offset of a suspected segment in seconds.
|
String |
getSuggestion()
Get Suggestion for porn information detection of a suspected segment.
|
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 Score of a suspected porn segment.
|
void |
setEndTimeOffset(Float EndTimeOffset)
Set End time offset of a suspected segment in seconds.
|
void |
setLabel(String Label)
Set Tag of porn information detection result of a suspected segment.
|
void |
setPicUrlExpireTime(String PicUrlExpireTime)
Set Expiration time of a suspected image URL in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
void |
setStartTimeOffset(Float StartTimeOffset)
Set Start time offset of a suspected segment in seconds.
|
void |
setSuggestion(String Suggestion)
Set Suggestion for porn information detection of a suspected segment.
|
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, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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
- Score of a suspected porn segment.public String getLabel()
public void setLabel(String Label)
Label
- Tag of porn information detection result of a suspected segment.public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- Suggestion for porn information detection of a suspected segment. 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 String getPicUrlExpireTime()
public void setPicUrlExpireTime(String PicUrlExpireTime)
PicUrlExpireTime
- Expiration time of a suspected image URL in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).Copyright © 2023. All rights reserved.