public class ModifyQualityInspectTemplateRequest extends AbstractModel
header, 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 Control parameters for detecting low brightness and overexposure of video.
|
BlackWhiteEdgeConfigureInfoForUpdate |
getBlackWhiteEdgeConfigure()
Get Control parameters for detecting video black edges, white edges, black screen, and white screen.
|
BlurConfigureInfoForUpdate |
getBlurConfigure()
Get Control parameters for detecting video blur.
|
String |
getComment()
Get Template description.
|
CrashScreenConfigureInfoForUpdate |
getCrashScreenConfigure()
Get Control parameters for detecting video crash.
|
Long |
getDefinition()
Get Media quality inspection template ID.
|
JitterConfigureInfoForUpdate |
getJitterConfigure()
Get Control parameters for detecting video jitter and ghosting.
|
MosaicConfigureInfoForUpdate |
getMosaicConfigure()
Get Control parameters for detecting video mosaic.
|
String |
getName()
Get Media quality inspection template name.Length limit: 64 characters.
|
NoiseConfigureInfoForUpdate |
getNoiseConfigure()
Get Control parameters for detecting video noise.
|
QRCodeConfigureInfoForUpdate |
getQRCodeConfigure()
Get Control parameters for QR code detection in video.
|
QualityEvaluationConfigureInfoForUpdate |
getQualityEvaluationConfigure()
Get Control parameters for video quality evaluation.
|
Float |
getScreenshotInterval()
Get Frame interval, unit in seconds, minimum value is 1.
|
Long |
getSubAppId()
Get The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
VoiceConfigureInfoForUpdate |
getVoiceConfigure()
Get Control parameters for audio (mutes, bass, blast sound).
|
void |
setAbnormalLightingConfigure(AbnormalLightingConfigureInfoForUpdate AbnormalLightingConfigure)
Set Control parameters for detecting low brightness and overexposure of video.
|
void |
setBlackWhiteEdgeConfigure(BlackWhiteEdgeConfigureInfoForUpdate BlackWhiteEdgeConfigure)
Set Control parameters for detecting video black edges, white edges, black screen, and white screen.
|
void |
setBlurConfigure(BlurConfigureInfoForUpdate BlurConfigure)
Set Control parameters for detecting video blur.
|
void |
setComment(String Comment)
Set Template description.
|
void |
setCrashScreenConfigure(CrashScreenConfigureInfoForUpdate CrashScreenConfigure)
Set Control parameters for detecting video crash.
|
void |
setDefinition(Long Definition)
Set Media quality inspection template ID.
|
void |
setJitterConfigure(JitterConfigureInfoForUpdate JitterConfigure)
Set Control parameters for detecting video jitter and ghosting.
|
void |
setMosaicConfigure(MosaicConfigureInfoForUpdate MosaicConfigure)
Set Control parameters for detecting video mosaic.
|
void |
setName(String Name)
Set Media quality inspection template name.Length limit: 64 characters.
|
void |
setNoiseConfigure(NoiseConfigureInfoForUpdate NoiseConfigure)
Set Control parameters for detecting video noise.
|
void |
setQRCodeConfigure(QRCodeConfigureInfoForUpdate QRCodeConfigure)
Set Control parameters for QR code detection in video.
|
void |
setQualityEvaluationConfigure(QualityEvaluationConfigureInfoForUpdate QualityEvaluationConfigure)
Set Control parameters for video quality evaluation.
|
void |
setScreenshotInterval(Float ScreenshotInterval)
Set Frame interval, unit in seconds, minimum value is 1.
|
void |
setSubAppId(Long SubAppId)
Set The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
void |
setVoiceConfigure(VoiceConfigureInfoForUpdate VoiceConfigure)
Set Control parameters for audio (mutes, bass, blast sound).
|
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 ModifyQualityInspectTemplateRequest()
public ModifyQualityInspectTemplateRequest(ModifyQualityInspectTemplateRequest source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- Media quality inspection template ID.public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.public String getName()
public void setName(String Name)
Name
- Media quality inspection template name.Length limit: 64 characters.public String getComment()
public void setComment(String Comment)
Comment
- Template description. Length limit: 256 characters.public Float getScreenshotInterval()
public void setScreenshotInterval(Float ScreenshotInterval)
ScreenshotInterval
- Frame interval, unit in seconds, minimum value is 1. When not filled, the default frame interval is 1 second.public JitterConfigureInfoForUpdate getJitterConfigure()
public void setJitterConfigure(JitterConfigureInfoForUpdate JitterConfigure)
JitterConfigure
- Control parameters for detecting video jitter and ghosting.public BlurConfigureInfoForUpdate getBlurConfigure()
public void setBlurConfigure(BlurConfigureInfoForUpdate BlurConfigure)
BlurConfigure
- Control parameters for detecting video blur.public AbnormalLightingConfigureInfoForUpdate getAbnormalLightingConfigure()
public void setAbnormalLightingConfigure(AbnormalLightingConfigureInfoForUpdate AbnormalLightingConfigure)
AbnormalLightingConfigure
- Control parameters for detecting low brightness and overexposure of video.public CrashScreenConfigureInfoForUpdate getCrashScreenConfigure()
public void setCrashScreenConfigure(CrashScreenConfigureInfoForUpdate CrashScreenConfigure)
CrashScreenConfigure
- Control parameters for detecting video crash.public BlackWhiteEdgeConfigureInfoForUpdate getBlackWhiteEdgeConfigure()
public void setBlackWhiteEdgeConfigure(BlackWhiteEdgeConfigureInfoForUpdate BlackWhiteEdgeConfigure)
BlackWhiteEdgeConfigure
- Control parameters for detecting video black edges, white edges, black screen, and white screen.public NoiseConfigureInfoForUpdate getNoiseConfigure()
public void setNoiseConfigure(NoiseConfigureInfoForUpdate NoiseConfigure)
NoiseConfigure
- Control parameters for detecting video noise.public MosaicConfigureInfoForUpdate getMosaicConfigure()
public void setMosaicConfigure(MosaicConfigureInfoForUpdate MosaicConfigure)
MosaicConfigure
- Control parameters for detecting video mosaic.public QRCodeConfigureInfoForUpdate getQRCodeConfigure()
public void setQRCodeConfigure(QRCodeConfigureInfoForUpdate QRCodeConfigure)
QRCodeConfigure
- Control parameters for QR code detection in video.public VoiceConfigureInfoForUpdate getVoiceConfigure()
public void setVoiceConfigure(VoiceConfigureInfoForUpdate VoiceConfigure)
VoiceConfigure
- Control parameters for audio (mutes, bass, blast sound).public QualityEvaluationConfigureInfoForUpdate getQualityEvaluationConfigure()
public void setQualityEvaluationConfigure(QualityEvaluationConfigureInfoForUpdate QualityEvaluationConfigure)
QualityEvaluationConfigure
- Control parameters for video quality evaluation.Copyright © 2024. All rights reserved.