Class AiReviewPoliticalAsrTaskOutput
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.AiReviewPoliticalAsrTaskOutput
-
public class AiReviewPoliticalAsrTaskOutput extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetConfidence()Get Asr 文字敏感评分,分值为0到100。MediaContentReviewAsrTextSegmentItem[]getSegmentSet()Get Asr 文字敏感嫌疑的视频片段列表。StringgetSuggestion()Get Asr 文字敏感结果建议,取值范围: pass。 review。 block。voidsetConfidence(Float Confidence)Set Asr 文字敏感评分,分值为0到100。voidsetSegmentSet(MediaContentReviewAsrTextSegmentItem[] SegmentSet)Set Asr 文字敏感嫌疑的视频片段列表。voidsetSuggestion(String Suggestion)Set Asr 文字敏感结果建议,取值范围: pass。 review。 block。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AiReviewPoliticalAsrTaskOutput
public AiReviewPoliticalAsrTaskOutput()
-
AiReviewPoliticalAsrTaskOutput
public 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.
-
-
Method Detail
-
getConfidence
public Float getConfidence()
Get Asr 文字敏感评分,分值为0到100。- Returns:
- Confidence Asr 文字敏感评分,分值为0到100。
-
setConfidence
public void setConfidence(Float Confidence)
Set Asr 文字敏感评分,分值为0到100。- Parameters:
Confidence- Asr 文字敏感评分,分值为0到100。
-
getSuggestion
public String getSuggestion()
Get Asr 文字敏感结果建议,取值范围:- pass。
- review。
- block。
- Returns:
- Suggestion Asr 文字敏感结果建议,取值范围:
- pass。
- review。
- block。
-
setSuggestion
public void setSuggestion(String Suggestion)
Set Asr 文字敏感结果建议,取值范围:- pass。
- review。
- block。
- Parameters:
Suggestion- Asr 文字敏感结果建议,取值范围:- pass。
- review。
- block。
-
getSegmentSet
public MediaContentReviewAsrTextSegmentItem[] getSegmentSet()
Get Asr 文字敏感嫌疑的视频片段列表。- Returns:
- SegmentSet Asr 文字敏感嫌疑的视频片段列表。
-
setSegmentSet
public void setSegmentSet(MediaContentReviewAsrTextSegmentItem[] SegmentSet)
Set Asr 文字敏感嫌疑的视频片段列表。- Parameters:
SegmentSet- Asr 文字敏感嫌疑的视频片段列表。
-
-