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 异常片段列表。
注意: 该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
String |
getSegmentSetFileUrl()
Get 异常片段列表文件 URL。文件 内容 为 JSON,数据结构与 SegmentSet 字段一致。(文件不会永久存储,到达SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
String |
getSegmentSetFileUrlExpireTime()
Get 异常片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
String |
getType()
Get 异常类型,取值范围:
Jitter:抖动;
Blur:模糊;
LowLighting:低光照;
HighLighting:过曝;
CrashScreen:花屏;
BlackWhiteEdge:黑白边;
SolidColorScreen:纯色屏;
Noise:噪点;
Mosaic:马赛克;
QRCode:二维码;
AppletCode:小程序码;
BarCode:条形码;
LowVoice:低音;
HighVoice:爆音;
NoVoice:静音;
LowEvaluation:无参考打分低于阈值。
|
void |
setSegmentSet(QualityInspectItem[] SegmentSet)
Set 异常片段列表。
注意: 该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
void |
setSegmentSetFileUrl(String SegmentSetFileUrl)
Set 异常片段列表文件 URL。文件 内容 为 JSON,数据结构与 SegmentSet 字段一致。(文件不会永久存储,到达SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
void |
setSegmentSetFileUrlExpireTime(String SegmentSetFileUrlExpireTime)
Set 异常片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public QualityInspectResultItem()
public QualityInspectResultItem(QualityInspectResultItem source)
public String getType()
public void setType(String Type)
Type
- 异常类型,取值范围:
public QualityInspectItem[] getSegmentSet()
public void setSegmentSet(QualityInspectItem[] SegmentSet)
SegmentSet
- 异常片段列表。
注意: 该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。public String getSegmentSetFileUrl()
public void setSegmentSetFileUrl(String SegmentSetFileUrl)
SegmentSetFileUrl
- 异常片段列表文件 URL。文件 内容 为 JSON,数据结构与 SegmentSet 字段一致。(文件不会永久存储,到达SegmentSetFileUrlExpireTime 时间点后文件将被删除)。public String getSegmentSetFileUrlExpireTime()
public void setSegmentSetFileUrlExpireTime(String SegmentSetFileUrlExpireTime)
SegmentSetFileUrlExpireTime
- 异常片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。Copyright © 2024. All rights reserved.