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 Exception type.
|
void |
setQualityControlItems(QualityControlItem[] QualityControlItems)
Set The information of a checked segment in quality control.
|
void |
setType(String Type)
Set Exception type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public QualityControlResult()
public QualityControlResult(QualityControlResult source)
public String getType()
public void setType(String Type)
Type
- Exception type. valid values:.
Jitter: jitter.
Blur: specifies the blur effect.
LowLighting: specifies low light.
HighLighting: overexposure.
CrashScreen: specifies screen glitch.
BlackWhiteEdge: specifies the black and white edges.
SolidColorScreen: specifies the solid color screen.
Noise: specifies the noise.
Mosaic: mosaic.
QRCode: specifies the qr code.
AppletCode: specifies the mini program code.
BarCode: specifies the barcode.
LowVoice: specifies the bass.
HighVoice: specifies high voice detection.
NoVoice: specifies mute.
LowEvaluation: specifies the video no-reference score (MOS) is below the threshold.
AudioEvaluation: specifies the audio no-reference scoring (MOS) is below the threshold.
AudioNoise: specifies the audio noise.public QualityControlItem[] getQualityControlItems()
public void setQualityControlItems(QualityControlItem[] QualityControlItems)
QualityControlItems
- The information of a checked segment in quality control.Copyright © 2025. All rights reserved.