public class QualityControlResult extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
QualityControlItem[] |
getQualityControlItems()
Get 质检结果项。
|
String |
getType()
Get 异常类型,取值范围:
Jitter:抖动,
Blur:模糊,
LowLighting:低光照,
HighLighting:过曝,
CrashScreen:花屏,
BlackWhiteEdge:黑白边,
SolidColorScreen:纯色屏,
Noise:噪点,
Mosaic:马赛克,
QRCode:二维码,
AppletCode:小程序码,
BarCode:条形码,
LowVoice:低音,
HighVoice:爆音,
NoVoice:静音,
LowEvaluation:无参考打分低于阈值。
|
void |
setQualityControlItems(QualityControlItem[] QualityControlItems)
Set 质检结果项。
|
void |
setType(String Type)
Set 异常类型,取值范围:
Jitter:抖动,
Blur:模糊,
LowLighting:低光照,
HighLighting:过曝,
CrashScreen:花屏,
BlackWhiteEdge:黑白边,
SolidColorScreen:纯色屏,
Noise:噪点,
Mosaic:马赛克,
QRCode:二维码,
AppletCode:小程序码,
BarCode:条形码,
LowVoice:低音,
HighVoice:爆音,
NoVoice:静音,
LowEvaluation:无参考打分低于阈值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public QualityControlResult()
public QualityControlResult(QualityControlResult source)
public String getType()
public void setType(String Type)
Type
- 异常类型,取值范围:
Jitter:抖动,
Blur:模糊,
LowLighting:低光照,
HighLighting:过曝,
CrashScreen:花屏,
BlackWhiteEdge:黑白边,
SolidColorScreen:纯色屏,
Noise:噪点,
Mosaic:马赛克,
QRCode:二维码,
AppletCode:小程序码,
BarCode:条形码,
LowVoice:低音,
HighVoice:爆音,
NoVoice:静音,
LowEvaluation:无参考打分低于阈值。public QualityControlItem[] getQualityControlItems()
public void setQualityControlItems(QualityControlItem[] QualityControlItems)
QualityControlItems
- 质检结果项。Copyright © 2023. All rights reserved.