Class CfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.CfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty
An implementation for
CfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.mediaconnect.CfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty
CfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty.Builder, CfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectDetects black frames in the router input's source content and reports them through a CloudWatch metric, an EventBridge event, and a router input message.final ObjectDetects frozen video frames in the router input's source content and reports them through a CloudWatch metric, an EventBridge event, and a router input message.final ObjectDetects silent audio in the router input's source content and reports it through a CloudWatch metric, an EventBridge event, and a router input message.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty.Builder.
-
-
Method Details
-
getBlackFrames
Description copied from interface:CfnRouterInput.ContentQualityAnalysisFeatureConfigurationPropertyDetects black frames in the router input's source content and reports them through a CloudWatch metric, an EventBridge event, and a router input message.Returns union: either
IResolvableorCfnRouterInput.BlackFramesConfigurationProperty- Specified by:
getBlackFramesin interfaceCfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty- See Also:
-
getFrozenFrames
Description copied from interface:CfnRouterInput.ContentQualityAnalysisFeatureConfigurationPropertyDetects frozen video frames in the router input's source content and reports them through a CloudWatch metric, an EventBridge event, and a router input message.Returns union: either
IResolvableorCfnRouterInput.FrozenFramesConfigurationProperty- Specified by:
getFrozenFramesin interfaceCfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty- See Also:
-
getSilentAudio
Description copied from interface:CfnRouterInput.ContentQualityAnalysisFeatureConfigurationPropertyDetects silent audio in the router input's source content and reports it through a CloudWatch metric, an EventBridge event, and a router input message.Returns union: either
IResolvableorCfnRouterInput.SilentAudioConfigurationProperty- Specified by:
getSilentAudioin interfaceCfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-