Class AiReviewProhibitedAsrTaskOutput
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.AiReviewProhibitedAsrTaskOutput
-
public class AiReviewProhibitedAsrTaskOutput extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Float
getConfidence()
Get Asr 文字涉违禁评分,分值为0到100。MediaContentReviewAsrTextSegmentItem[]
getSegmentSet()
Get Asr 文字有涉违禁嫌疑的视频片段列表。String
getSuggestion()
Get Asr 文字涉违禁结果建议,取值范围: pass。 review。 block。void
setConfidence(Float Confidence)
Set Asr 文字涉违禁评分,分值为0到100。void
setSegmentSet(MediaContentReviewAsrTextSegmentItem[] SegmentSet)
Set Asr 文字有涉违禁嫌疑的视频片段列表。void
setSuggestion(String Suggestion)
Set Asr 文字涉违禁结果建议,取值范围: pass。 review。 block。void
toMap(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
-
AiReviewProhibitedAsrTaskOutput
public AiReviewProhibitedAsrTaskOutput()
-
AiReviewProhibitedAsrTaskOutput
public 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.
-
-
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 文字有涉违禁嫌疑的视频片段列表。
-
-