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 The confidence score for the ASR-based detection of sensitive information. 
 | 
MediaContentReviewAsrTextSegmentItem[] | 
getSegmentSet()
Get The video segments that contain sensitive information detected based on ASR. 
 | 
String | 
getSuggestion()
Get The suggestion for handling the sensitive information detected based on ASR. 
 | 
void | 
setConfidence(Float Confidence)
Set The confidence score for the ASR-based detection of sensitive information. 
 | 
void | 
setSegmentSet(MediaContentReviewAsrTextSegmentItem[] SegmentSet)
Set The video segments that contain sensitive information detected based on ASR. 
 | 
void | 
setSuggestion(String Suggestion)
Set The suggestion for handling the sensitive information detected based on ASR. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AiReviewPoliticalAsrTaskOutput()
public AiReviewPoliticalAsrTaskOutput(AiReviewPoliticalAsrTaskOutput source)
public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence - The confidence score for the ASR-based detection of sensitive information. Value range: 0-100.public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion - The suggestion for handling the sensitive information detected based on ASR. Valid values:
public MediaContentReviewAsrTextSegmentItem[] getSegmentSet()
public void setSegmentSet(MediaContentReviewAsrTextSegmentItem[] SegmentSet)
SegmentSet - The video segments that contain sensitive information detected based on ASR.Copyright © 2025. All rights reserved.