public class AiReviewPoliticalAsrTaskOutput extends AbstractModel
header, skipSign
Constructor and Description |
---|
AiReviewPoliticalAsrTaskOutput() |
AiReviewPoliticalAsrTaskOutput(AiReviewPoliticalAsrTaskOutput 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 politically sensitive content.
|
MediaContentReviewAsrTextSegmentItem[] |
getSegmentSet()
Get List of video segments that contain ASR-detected politically sensitive 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 politically sensitive content.
|
String |
getSegmentSetFileUrlExpireTime()
Get Expiration time of the URL to the file for video segments that contain ASR-detected politically sensitive 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 politically sensitive content.
|
void |
setConfidence(Float Confidence)
Set Confidence score for the ASR-detected politically sensitive content.
|
void |
setSegmentSet(MediaContentReviewAsrTextSegmentItem[] SegmentSet)
Set List of video segments that contain ASR-detected politically sensitive 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 politically sensitive content.
|
void |
setSegmentSetFileUrlExpireTime(String SegmentSetFileUrlExpireTime)
Set Expiration time of the URL to the file for video segments that contain ASR-detected politically sensitive 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 politically sensitive content.
|
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 AiReviewPoliticalAsrTaskOutput()
public AiReviewPoliticalAsrTaskOutput(AiReviewPoliticalAsrTaskOutput source)
public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- Confidence score for the ASR-detected politically sensitive content. Value range: 0-100public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- Processing suggestion for the ASR-detected politically sensitive content. Valid values:
public MediaContentReviewAsrTextSegmentItem[] getSegmentSet()
public void setSegmentSet(MediaContentReviewAsrTextSegmentItem[] SegmentSet)
SegmentSet
- List of video segments that contain ASR-detected politically sensitive 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 politically sensitive 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 politically sensitive content, in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format)Copyright © 2024. All rights reserved.