public class ReviewInfo extends AbstractModel
skipSign
Constructor and Description |
---|
ReviewInfo() |
ReviewInfo(ReviewInfo 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 |
---|---|
Long |
getDefinition()
Get 审核模板 ID。
|
String |
getReviewTime()
Get 审核时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
String |
getSuggestion()
Get 审核的结果建议,取值范围:
pass:建议通过;
review:建议复审;
block:建议封禁。
|
String[] |
getTypeSet()
Get 审核类型,当 Suggestion 为 review 或 block 时有效,格式为:Form.Label。
Form 表示违禁的形式,取值范围:
Image:画面上的人物或图标;
OCR:画面上的文字;
ASR:语音中的文字;
Voice:声音。
Label 表示违禁的标签,取值范围:
Porn:色情;
Terror:暴力;
Polity:不适宜的信息;
Ad:广告;
Illegal:违法;
Abuse:谩骂;
Moan:娇喘。
|
void |
setDefinition(Long Definition)
Set 审核模板 ID。
|
void |
setReviewTime(String ReviewTime)
Set 审核时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
void |
setSuggestion(String Suggestion)
Set 审核的结果建议,取值范围:
pass:建议通过;
review:建议复审;
block:建议封禁。
|
void |
setTypeSet(String[] TypeSet)
Set 审核类型,当 Suggestion 为 review 或 block 时有效,格式为:Form.Label。
Form 表示违禁的形式,取值范围:
Image:画面上的人物或图标;
OCR:画面上的文字;
ASR:语音中的文字;
Voice:声音。
Label 表示违禁的标签,取值范围:
Porn:色情;
Terror:暴力;
Polity:不适宜的信息;
Ad:广告;
Illegal:违法;
Abuse:谩骂;
Moan:娇喘。
|
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 ReviewInfo()
public ReviewInfo(ReviewInfo source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- 审核模板 ID。public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- 审核的结果建议,取值范围:
public String[] getTypeSet()
public void setTypeSet(String[] TypeSet)
TypeSet
- 审核类型,当 Suggestion 为 review 或 block 时有效,格式为:Form.Label。
Form 表示违禁的形式,取值范围:
public String getReviewTime()
public void setReviewTime(String ReviewTime)
ReviewTime
- 审核时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。Copyright © 2023. All rights reserved.