public class AiReviewPoliticalAsrTaskOutput extends AbstractModel
Constructor and Description |
---|
AiReviewPoliticalAsrTaskOutput() |
Modifier and Type | Method and Description |
---|---|
Float |
getConfidence()
Get Score of the ASR-detected politically sensitive information in text from 0 to 100.
|
MediaContentReviewAsrTextSegmentItem[] |
getSegmentSet()
Get List of video segments that contain ASR-detected politically sensitive information in text.
|
String |
getSuggestion()
Get Suggestion for the ASR-detected politically sensitive information in text.
|
void |
setConfidence(Float Confidence)
Set Score of the ASR-detected politically sensitive information in text from 0 to 100.
|
void |
setSegmentSet(MediaContentReviewAsrTextSegmentItem[] SegmentSet)
Set List of video segments that contain ASR-detected politically sensitive information in text.
|
void |
setSuggestion(String Suggestion)
Set Suggestion for the ASR-detected politically sensitive information in text.
|
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, toJsonString
public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- Score of the ASR-detected politically sensitive information in text from 0 to 100.public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- Suggestion for the ASR-detected politically sensitive information in text. Valid values:
public MediaContentReviewAsrTextSegmentItem[] getSegmentSet()
public void setSegmentSet(MediaContentReviewAsrTextSegmentItem[] SegmentSet)
SegmentSet
- List of video segments that contain ASR-detected politically sensitive information in text.Copyright © 2020. All rights reserved.