public class CreateQualityInspectTemplateRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateQualityInspectTemplateRequest() |
CreateQualityInspectTemplateRequest(CreateQualityInspectTemplateRequest 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 |
---|---|
AbnormalLightingConfigureInfo |
getAbnormalLightingConfigure()
Get Control parameters for detecting low brightness and overexposure of video.
|
BlackWhiteEdgeConfigureInfo |
getBlackWhiteEdgeConfigure()
Get Control parameters for detecting video black edges, white edges, black screen, and white screen.
|
BlurConfigureInfo |
getBlurConfigure()
Get Control parameters for detecting video blur.
|
String |
getComment()
Get Template description.
|
CrashScreenConfigureInfo |
getCrashScreenConfigure()
Get Control parameters for detecting video crash.
|
JitterConfigureInfo |
getJitterConfigure()
Get Control parameters for detecting video jitter and ghosting.
|
MosaicConfigureInfo |
getMosaicConfigure()
Get Control parameters for detecting video mosaic.
|
String |
getName()
Get Media quality inspect template name.Length limit: 64 characters.
|
NoiseConfigureInfo |
getNoiseConfigure()
Get Control parameters for detecting video noise.
|
QRCodeConfigureInfo |
getQRCodeConfigure()
Get Control parameters for QR code detection in video.
|
QualityEvaluationConfigureInfo |
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.
|
VoiceConfigureInfo |
getVoiceConfigure()
Get Control parameters for audio (mutes, bass, blast sound).
|
void |
setAbnormalLightingConfigure(AbnormalLightingConfigureInfo AbnormalLightingConfigure)
Set Control parameters for detecting low brightness and overexposure of video.
|
void |
setBlackWhiteEdgeConfigure(BlackWhiteEdgeConfigureInfo BlackWhiteEdgeConfigure)
Set Control parameters for detecting video black edges, white edges, black screen, and white screen.
|
void |
setBlurConfigure(BlurConfigureInfo BlurConfigure)
Set Control parameters for detecting video blur.
|
void |
setComment(String Comment)
Set Template description.
|
void |
setCrashScreenConfigure(CrashScreenConfigureInfo CrashScreenConfigure)
Set Control parameters for detecting video crash.
|
void |
setJitterConfigure(JitterConfigureInfo JitterConfigure)
Set Control parameters for detecting video jitter and ghosting.
|
void |
setMosaicConfigure(MosaicConfigureInfo MosaicConfigure)
Set Control parameters for detecting video mosaic.
|
void |
setName(String Name)
Set Media quality inspect template name.Length limit: 64 characters.
|
void |
setNoiseConfigure(NoiseConfigureInfo NoiseConfigure)
Set Control parameters for detecting video noise.
|
void |
setQRCodeConfigure(QRCodeConfigureInfo QRCodeConfigure)
Set Control parameters for QR code detection in video.
|
void |
setQualityEvaluationConfigure(QualityEvaluationConfigureInfo 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(VoiceConfigureInfo 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 CreateQualityInspectTemplateRequest()
public CreateQualityInspectTemplateRequest(CreateQualityInspectTemplateRequest source)
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 inspect 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 JitterConfigureInfo getJitterConfigure()
public void setJitterConfigure(JitterConfigureInfo JitterConfigure)
JitterConfigure
- Control parameters for detecting video jitter and ghosting.public BlurConfigureInfo getBlurConfigure()
public void setBlurConfigure(BlurConfigureInfo BlurConfigure)
BlurConfigure
- Control parameters for detecting video blur.public AbnormalLightingConfigureInfo getAbnormalLightingConfigure()
public void setAbnormalLightingConfigure(AbnormalLightingConfigureInfo AbnormalLightingConfigure)
AbnormalLightingConfigure
- Control parameters for detecting low brightness and overexposure of video.public CrashScreenConfigureInfo getCrashScreenConfigure()
public void setCrashScreenConfigure(CrashScreenConfigureInfo CrashScreenConfigure)
CrashScreenConfigure
- Control parameters for detecting video crash.public BlackWhiteEdgeConfigureInfo getBlackWhiteEdgeConfigure()
public void setBlackWhiteEdgeConfigure(BlackWhiteEdgeConfigureInfo BlackWhiteEdgeConfigure)
BlackWhiteEdgeConfigure
- Control parameters for detecting video black edges, white edges, black screen, and white screen.public NoiseConfigureInfo getNoiseConfigure()
public void setNoiseConfigure(NoiseConfigureInfo NoiseConfigure)
NoiseConfigure
- Control parameters for detecting video noise.public MosaicConfigureInfo getMosaicConfigure()
public void setMosaicConfigure(MosaicConfigureInfo MosaicConfigure)
MosaicConfigure
- Control parameters for detecting video mosaic.public QRCodeConfigureInfo getQRCodeConfigure()
public void setQRCodeConfigure(QRCodeConfigureInfo QRCodeConfigure)
QRCodeConfigure
- Control parameters for QR code detection in video.public VoiceConfigureInfo getVoiceConfigure()
public void setVoiceConfigure(VoiceConfigureInfo VoiceConfigure)
VoiceConfigure
- Control parameters for audio (mutes, bass, blast sound).public QualityEvaluationConfigureInfo getQualityEvaluationConfigure()
public void setQualityEvaluationConfigure(QualityEvaluationConfigureInfo QualityEvaluationConfigure)
QualityEvaluationConfigure
- Control parameters for video quality evaluation.Copyright © 2024. All rights reserved.