public class AiReviewPornAsrTaskOutput extends AbstractModel
header, skipSign
Constructor and Description |
---|
AiReviewPornAsrTaskOutput() |
AiReviewPornAsrTaskOutput(AiReviewPornAsrTaskOutput 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 ASR-detected pornographic content
|
MediaContentReviewAsrTextSegmentItem[] |
getSegmentSet()
Get List of video segments that contain ASR-detected pornographic content
Note: This list displays the first 100 results at most.
|
String |
getSegmentSetFileUrl()
Get URL to the file for video segments that contain ASR-detected pornographic content.
|
String |
getSegmentSetFileUrlExpireTime()
Get Expiration time of the URL to the file for video segments that contain ASR-detected pornographic content, in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format)
|
String |
getSuggestion()
Get Processing suggestion for the ASR-detected pornographic content
pass
review
block
|
void |
setConfidence(Float Confidence)
Set Confidence score for the ASR-detected pornographic content
|
void |
setSegmentSet(MediaContentReviewAsrTextSegmentItem[] SegmentSet)
Set List of video segments that contain ASR-detected pornographic content
Note: This list displays the first 100 results at most.
|
void |
setSegmentSetFileUrl(String SegmentSetFileUrl)
Set URL to the file for video segments that contain ASR-detected pornographic content.
|
void |
setSegmentSetFileUrlExpireTime(String SegmentSetFileUrlExpireTime)
Set Expiration time of the URL to the file for video segments that contain ASR-detected pornographic content, in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format)
|
void |
setSuggestion(String Suggestion)
Set Processing suggestion for the ASR-detected pornographic content
pass
review
block
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AiReviewPornAsrTaskOutput()
public AiReviewPornAsrTaskOutput(AiReviewPornAsrTaskOutput source)
public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- Confidence score for the ASR-detected pornographic contentpublic String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- Processing suggestion for the ASR-detected pornographic content
public MediaContentReviewAsrTextSegmentItem[] getSegmentSet()
public void setSegmentSet(MediaContentReviewAsrTextSegmentItem[] SegmentSet)
SegmentSet
- List of video segments that contain ASR-detected pornographic content
Note: This list displays the first 100 results at most. You can get all the results from the file at the URL specified by `SegmentSetFileUrl`.public String getSegmentSetFileUrl()
public void setSegmentSetFileUrl(String SegmentSetFileUrl)
SegmentSetFileUrl
- URL to the file for video segments that contain ASR-detected pornographic content. The file is in JSON format and has the same data structure as `SegmentSet`. Instead of being saved permanently, the file is deleted upon the expiration time specified by `SegmentSetFileUrlExpireTime`.public String getSegmentSetFileUrlExpireTime()
public void setSegmentSetFileUrlExpireTime(String SegmentSetFileUrlExpireTime)
SegmentSetFileUrlExpireTime
- Expiration time of the URL to the file for video segments that contain ASR-detected pornographic content, in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format)Copyright © 2024. All rights reserved.