Class QualityControlResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.QualityControlResult
-
public class QualityControlResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QualityControlResult()QualityControlResult(QualityControlResult 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 QualityControlItem[]getQualityControlItems()Get 质检结果项。StringgetType()Get 异常类型,取值范围: Jitter:抖动, Blur:模糊, LowLighting:低光照, HighLighting:过曝, CrashScreen:花屏, BlackWhiteEdge:黑白边, SolidColorScreen:纯色屏, Noise:噪点, Mosaic:马赛克, QRCode:二维码, AppletCode:小程序码, BarCode:条形码, LowVoice:低音, HighVoice:爆音, NoVoice:静音, LowEvaluation:无参考打分低于阈值。voidsetQualityControlItems(QualityControlItem[] QualityControlItems)Set 质检结果项。voidsetType(String Type)Set 异常类型,取值范围: Jitter:抖动, Blur:模糊, LowLighting:低光照, HighLighting:过曝, CrashScreen:花屏, BlackWhiteEdge:黑白边, SolidColorScreen:纯色屏, Noise:噪点, Mosaic:马赛克, QRCode:二维码, AppletCode:小程序码, BarCode:条形码, LowVoice:低音, HighVoice:爆音, NoVoice:静音, LowEvaluation:无参考打分低于阈值。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
-
QualityControlResult
public QualityControlResult()
-
QualityControlResult
public QualityControlResult(QualityControlResult 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
-
getType
public String getType()
Get 异常类型,取值范围: Jitter:抖动, Blur:模糊, LowLighting:低光照, HighLighting:过曝, CrashScreen:花屏, BlackWhiteEdge:黑白边, SolidColorScreen:纯色屏, Noise:噪点, Mosaic:马赛克, QRCode:二维码, AppletCode:小程序码, BarCode:条形码, LowVoice:低音, HighVoice:爆音, NoVoice:静音, LowEvaluation:无参考打分低于阈值。- Returns:
- Type 异常类型,取值范围: Jitter:抖动, Blur:模糊, LowLighting:低光照, HighLighting:过曝, CrashScreen:花屏, BlackWhiteEdge:黑白边, SolidColorScreen:纯色屏, Noise:噪点, Mosaic:马赛克, QRCode:二维码, AppletCode:小程序码, BarCode:条形码, LowVoice:低音, HighVoice:爆音, NoVoice:静音, LowEvaluation:无参考打分低于阈值。
-
setType
public void setType(String Type)
Set 异常类型,取值范围: Jitter:抖动, Blur:模糊, LowLighting:低光照, HighLighting:过曝, CrashScreen:花屏, BlackWhiteEdge:黑白边, SolidColorScreen:纯色屏, Noise:噪点, Mosaic:马赛克, QRCode:二维码, AppletCode:小程序码, BarCode:条形码, LowVoice:低音, HighVoice:爆音, NoVoice:静音, LowEvaluation:无参考打分低于阈值。- Parameters:
Type- 异常类型,取值范围: Jitter:抖动, Blur:模糊, LowLighting:低光照, HighLighting:过曝, CrashScreen:花屏, BlackWhiteEdge:黑白边, SolidColorScreen:纯色屏, Noise:噪点, Mosaic:马赛克, QRCode:二维码, AppletCode:小程序码, BarCode:条形码, LowVoice:低音, HighVoice:爆音, NoVoice:静音, LowEvaluation:无参考打分低于阈值。
-
getQualityControlItems
public QualityControlItem[] getQualityControlItems()
Get 质检结果项。- Returns:
- QualityControlItems 质检结果项。
-
setQualityControlItems
public void setQualityControlItems(QualityControlItem[] QualityControlItems)
Set 质检结果项。- Parameters:
QualityControlItems- 质检结果项。
-
-