public class AiReviewProhibitedAsrTaskOutput extends AbstractModel
| Constructor and Description | 
|---|
| AiReviewProhibitedAsrTaskOutput() | 
| 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic 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 © 2021. All rights reserved.