public class AiReviewProhibitedAsrTaskOutput extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
AiReviewProhibitedAsrTaskOutput()  | 
AiReviewProhibitedAsrTaskOutput(AiReviewProhibitedAsrTaskOutput 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 Score of ASR-detected prohibited information in speech between 0 and 100. 
 | 
MediaContentReviewAsrTextSegmentItem[] | 
getSegmentSet()
Get List of video segments that contain the ASR-detected prohibited information in speech. 
 | 
String | 
getSuggestion()
Get Suggestion for ASR-detected prohibited information in speech. 
 | 
void | 
setConfidence(Float Confidence)
Set Score of ASR-detected prohibited information in speech between 0 and 100. 
 | 
void | 
setSegmentSet(MediaContentReviewAsrTextSegmentItem[] SegmentSet)
Set List of video segments that contain the ASR-detected prohibited information in speech. 
 | 
void | 
setSuggestion(String Suggestion)
Set Suggestion for ASR-detected prohibited information in speech. 
 | 
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 AiReviewProhibitedAsrTaskOutput()
public AiReviewProhibitedAsrTaskOutput(AiReviewProhibitedAsrTaskOutput source)
public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence - Score of ASR-detected prohibited information in speech between 0 and 100.public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion - Suggestion for ASR-detected prohibited information in speech. Valid values:
public MediaContentReviewAsrTextSegmentItem[] getSegmentSet()
public void setSegmentSet(MediaContentReviewAsrTextSegmentItem[] SegmentSet)
SegmentSet - List of video segments that contain the ASR-detected prohibited information in speech.Copyright © 2025. All rights reserved.