public class QualityInspectResultItem extends AbstractModel
header, skipSign| Constructor and Description |
|---|
QualityInspectResultItem() |
QualityInspectResultItem(QualityInspectResultItem 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 |
|---|---|
QualityInspectItem[] |
getSegmentSet()
Get Abnormal segment List.
|
String |
getSegmentSetFileUrl()
Get Abnormal segment List file URL.
|
String |
getSegmentSetFileUrlExpireTime()
Get Abnormal segment List file URL expiration time, using [ISO date supported](https://www.tencentcloud.com/document/product/266/11732#iso-date-format).
|
String |
getType()
Get Abnormal type, range: Jitter: Jitter; Blur: Blur; LowLighting: Low lighting; HighLighting: Overexposure; CrashScreen: Crash screen; BlackWhiteEdge: Black and white edges; SolidColorScreen: Solid color screen; Noise: Noise; Mosaic: Mosaic; QRCode: QR code; AppletCode: Applet code; BarCode: Bar code; LowVoice: Low voice; HighVoice: High voice; NoVoice: mutes; LowEvaluation: No reference scoring below the threshold.
|
void |
setSegmentSet(QualityInspectItem[] SegmentSet)
Set Abnormal segment List.
|
void |
setSegmentSetFileUrl(String SegmentSetFileUrl)
Set Abnormal segment List file URL.
|
void |
setSegmentSetFileUrlExpireTime(String SegmentSetFileUrlExpireTime)
Set Abnormal segment List file URL expiration time, using [ISO date supported](https://www.tencentcloud.com/document/product/266/11732#iso-date-format).
|
void |
setType(String Type)
Set Abnormal type, range: Jitter: Jitter; Blur: Blur; LowLighting: Low lighting; HighLighting: Overexposure; CrashScreen: Crash screen; BlackWhiteEdge: Black and white edges; SolidColorScreen: Solid color screen; Noise: Noise; Mosaic: Mosaic; QRCode: QR code; AppletCode: Applet code; BarCode: Bar code; LowVoice: Low voice; HighVoice: High voice; NoVoice: mutes; LowEvaluation: No reference scoring below the threshold.
|
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, toJsonStringpublic QualityInspectResultItem()
public QualityInspectResultItem(QualityInspectResultItem source)
public String getType()
public void setType(String Type)
Type - Abnormal type, range: public QualityInspectItem[] getSegmentSet()
public void setSegmentSet(QualityInspectItem[] SegmentSet)
SegmentSet - Abnormal segment List. Pay attention to: This list will only show the first 100 elements at most. If you wish to get the complete result, please get it from the file corresponding to SegmentSetFileUrl.public String getSegmentSetFileUrl()
public void setSegmentSetFileUrl(String SegmentSetFileUrl)
SegmentSetFileUrl - Abnormal segment List file URL. The file content is JSON, and the data structure is consistent with the SegmentSet Field. (The file will not be permanently stored, and will be deleted after reaching the SegmentSetFileUrlExpireTime Time point).public String getSegmentSetFileUrlExpireTime()
public void setSegmentSetFileUrlExpireTime(String SegmentSetFileUrlExpireTime)
SegmentSetFileUrlExpireTime - Abnormal segment List file URL expiration time, using [ISO date supported](https://www.tencentcloud.com/document/product/266/11732#iso-date-format).Copyright © 2024. All rights reserved.