public class MediaContentReviewPoliticalSegmentItem extends AbstractModel
Constructor and Description |
---|
MediaContentReviewPoliticalSegmentItem() |
Modifier and Type | Method and Description |
---|---|
Long[] |
getAreaCoordSet()
Get Zone coordinates (at the pixel level) of a politically sensitive figure or violating photo: [x1, y1, x2, y2], i.e., the coordinates of the top-left and bottom-right corners.
|
Float |
getConfidence()
Get Score of a suspected politically sensitive segment.
|
Float |
getEndTimeOffset()
Get End time offset of a suspected segment in seconds.
|
String |
getLabel()
Get Tags for the results of politically sensitive information detection of suspected video segments.
|
String |
getName()
Get Name of a politically sensitive figure or violating photo.
|
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 Suggestion for politically sensitive 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 |
setAreaCoordSet(Long[] AreaCoordSet)
Set Zone coordinates (at the pixel level) of a politically sensitive figure or violating photo: [x1, y1, x2, y2], i.e., the coordinates of the top-left and bottom-right corners.
|
void |
setConfidence(Float Confidence)
Set Score of a suspected politically sensitive segment.
|
void |
setEndTimeOffset(Float EndTimeOffset)
Set End time offset of a suspected segment in seconds.
|
void |
setLabel(String Label)
Set Tags for the results of politically sensitive information detection of suspected video segments.
|
void |
setName(String Name)
Set Name of a politically sensitive figure or violating photo.
|
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 Suggestion for politically sensitive 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 MediaContentReviewPoliticalSegmentItem()
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 politically sensitive segment.public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- Suggestion for politically sensitive information detection of a suspected segment. Valid values:
public String getName()
public void setName(String Name)
Name
- Name of a politically sensitive figure or violating photo.public String getLabel()
public void setLabel(String Label)
Label
- Tags for the results of politically sensitive information detection of suspected video segments. The relationship between the `LabelSet` parameter in the content audit template [controlling tasks of video politically sensitive information detection](https://intl.cloud.tencent.com/document/api/266/31773?from_cn_redirect=1#PoliticalImgReviewTemplateInfo) and this parameter is as follows:
violation_photo:
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[] getAreaCoordSet()
public void setAreaCoordSet(Long[] AreaCoordSet)
AreaCoordSet
- Zone coordinates (at the pixel level) of a politically sensitive figure or violating photo: [x1, y1, x2, y2], i.e., the coordinates of the top-left and bottom-right corners.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 © 2020. All rights reserved.