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 The information of a checked segment in quality control.
|
String |
getType()
Get The issue type.
|
void |
setQualityControlItems(QualityControlItem[] QualityControlItems)
Set The information of a checked segment in quality control.
|
void |
setType(String Type)
Set The issue type.
|
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
- The issue type. Valid values:
`Jitter`
`Blur`
`LowLighting`
`HighLighting` (overexposure)
`CrashScreen` (video corruption)
`BlackWhiteEdge`
`SolidColorScreen` (blank screen)
`Noise`
`Mosaic` (pixelation)
`QRCode`
`AppletCode` (Weixin Mini Program code)
`BarCode`
`LowVoice`
`HighVoice`
`NoVoice`
`LowEvaluation` (low no-reference video quality score)public QualityControlItem[] getQualityControlItems()
public void setQualityControlItems(QualityControlItem[] QualityControlItems)
QualityControlItems
- The information of a checked segment in quality control.Copyright © 2024. All rights reserved.