public class ModifyQualityInspectTemplateRequest extends AbstractModel
skipSign
Constructor and Description |
---|
ModifyQualityInspectTemplateRequest() |
ModifyQualityInspectTemplateRequest(ModifyQualityInspectTemplateRequest 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 |
---|---|
AbnormalLightingConfigureInfoForUpdate |
getAbnormalLightingConfigure()
Get 视频画面低光、过曝检测的控制参数。
|
BlackWhiteEdgeConfigureInfoForUpdate |
getBlackWhiteEdgeConfigure()
Get 视频画面黑边、白边、黑屏、白屏检测的控制参数。
|
BlurConfigureInfoForUpdate |
getBlurConfigure()
Get 视频画面模糊检测的控制参数。
|
String |
getComment()
Get 模板描述信息,长度限制:256 个字符。
|
CrashScreenConfigureInfoForUpdate |
getCrashScreenConfigure()
Get 视频画面花屏检测的控制参数。
|
Long |
getDefinition()
Get 模板 ID。
|
JitterConfigureInfoForUpdate |
getJitterConfigure()
Get 视频画面抖动重影检测的控制参数。
|
MosaicConfigureInfoForUpdate |
getMosaicConfigure()
Get 视频画面马赛克检测的控制参数。
|
String |
getName()
Get 模板名称,长度限制:64 个字符。
|
NoiseConfigureInfoForUpdate |
getNoiseConfigure()
Get 视频画面噪点检测的控制参数。
|
QRCodeConfigureInfoForUpdate |
getQRCodeConfigure()
Get 视频画面二维码检测的控制参数。
|
QualityEvaluationConfigureInfoForUpdate |
getQualityEvaluationConfigure()
Get 视频画面质量评价的控制参数。
|
Float |
getScreenshotInterval()
Get 截帧间隔,单位为秒,最小值为 1。
|
Long |
getSubAppId()
Get 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
VoiceConfigureInfoForUpdate |
getVoiceConfigure()
Get 音频(静音、低音、爆音)检测的控制参数。
|
void |
setAbnormalLightingConfigure(AbnormalLightingConfigureInfoForUpdate AbnormalLightingConfigure)
Set 视频画面低光、过曝检测的控制参数。
|
void |
setBlackWhiteEdgeConfigure(BlackWhiteEdgeConfigureInfoForUpdate BlackWhiteEdgeConfigure)
Set 视频画面黑边、白边、黑屏、白屏检测的控制参数。
|
void |
setBlurConfigure(BlurConfigureInfoForUpdate BlurConfigure)
Set 视频画面模糊检测的控制参数。
|
void |
setComment(String Comment)
Set 模板描述信息,长度限制:256 个字符。
|
void |
setCrashScreenConfigure(CrashScreenConfigureInfoForUpdate CrashScreenConfigure)
Set 视频画面花屏检测的控制参数。
|
void |
setDefinition(Long Definition)
Set 模板 ID。
|
void |
setJitterConfigure(JitterConfigureInfoForUpdate JitterConfigure)
Set 视频画面抖动重影检测的控制参数。
|
void |
setMosaicConfigure(MosaicConfigureInfoForUpdate MosaicConfigure)
Set 视频画面马赛克检测的控制参数。
|
void |
setName(String Name)
Set 模板名称,长度限制:64 个字符。
|
void |
setNoiseConfigure(NoiseConfigureInfoForUpdate NoiseConfigure)
Set 视频画面噪点检测的控制参数。
|
void |
setQRCodeConfigure(QRCodeConfigureInfoForUpdate QRCodeConfigure)
Set 视频画面二维码检测的控制参数。
|
void |
setQualityEvaluationConfigure(QualityEvaluationConfigureInfoForUpdate QualityEvaluationConfigure)
Set 视频画面质量评价的控制参数。
|
void |
setScreenshotInterval(Float ScreenshotInterval)
Set 截帧间隔,单位为秒,最小值为 1。
|
void |
setSubAppId(Long SubAppId)
Set 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
void |
setVoiceConfigure(VoiceConfigureInfoForUpdate VoiceConfigure)
Set 音频(静音、低音、爆音)检测的控制参数。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyQualityInspectTemplateRequest()
public ModifyQualityInspectTemplateRequest(ModifyQualityInspectTemplateRequest source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- 模板 ID。public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。public String getName()
public void setName(String Name)
Name
- 模板名称,长度限制:64 个字符。public String getComment()
public void setComment(String Comment)
Comment
- 模板描述信息,长度限制:256 个字符。public Float getScreenshotInterval()
public void setScreenshotInterval(Float ScreenshotInterval)
ScreenshotInterval
- 截帧间隔,单位为秒,最小值为 1。public JitterConfigureInfoForUpdate getJitterConfigure()
public void setJitterConfigure(JitterConfigureInfoForUpdate JitterConfigure)
JitterConfigure
- 视频画面抖动重影检测的控制参数。public BlurConfigureInfoForUpdate getBlurConfigure()
public void setBlurConfigure(BlurConfigureInfoForUpdate BlurConfigure)
BlurConfigure
- 视频画面模糊检测的控制参数。public AbnormalLightingConfigureInfoForUpdate getAbnormalLightingConfigure()
public void setAbnormalLightingConfigure(AbnormalLightingConfigureInfoForUpdate AbnormalLightingConfigure)
AbnormalLightingConfigure
- 视频画面低光、过曝检测的控制参数。public CrashScreenConfigureInfoForUpdate getCrashScreenConfigure()
public void setCrashScreenConfigure(CrashScreenConfigureInfoForUpdate CrashScreenConfigure)
CrashScreenConfigure
- 视频画面花屏检测的控制参数。public BlackWhiteEdgeConfigureInfoForUpdate getBlackWhiteEdgeConfigure()
public void setBlackWhiteEdgeConfigure(BlackWhiteEdgeConfigureInfoForUpdate BlackWhiteEdgeConfigure)
BlackWhiteEdgeConfigure
- 视频画面黑边、白边、黑屏、白屏检测的控制参数。public NoiseConfigureInfoForUpdate getNoiseConfigure()
public void setNoiseConfigure(NoiseConfigureInfoForUpdate NoiseConfigure)
NoiseConfigure
- 视频画面噪点检测的控制参数。public MosaicConfigureInfoForUpdate getMosaicConfigure()
public void setMosaicConfigure(MosaicConfigureInfoForUpdate MosaicConfigure)
MosaicConfigure
- 视频画面马赛克检测的控制参数。public QRCodeConfigureInfoForUpdate getQRCodeConfigure()
public void setQRCodeConfigure(QRCodeConfigureInfoForUpdate QRCodeConfigure)
QRCodeConfigure
- 视频画面二维码检测的控制参数。public VoiceConfigureInfoForUpdate getVoiceConfigure()
public void setVoiceConfigure(VoiceConfigureInfoForUpdate VoiceConfigure)
VoiceConfigure
- 音频(静音、低音、爆音)检测的控制参数。public QualityEvaluationConfigureInfoForUpdate getQualityEvaluationConfigure()
public void setQualityEvaluationConfigure(QualityEvaluationConfigureInfoForUpdate QualityEvaluationConfigure)
QualityEvaluationConfigure
- 视频画面质量评价的控制参数。Copyright © 2023. All rights reserved.