Class NoiseReducer
java.lang.Object
software.amazon.awssdk.services.mediaconvert.model.NoiseReducer
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<NoiseReducer.Builder,- NoiseReducer> 
@Generated("software.amazon.awssdk:codegen")
public final class NoiseReducer
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<NoiseReducer.Builder,NoiseReducer> 
Enable the Noise reducer feature to remove noise from your video output if necessary. Enable or disable this feature
 for each output individually. This setting is disabled by default. When you enable Noise reducer, you must also
 select a value for Noise reducer filter. For AVC outputs, when you include Noise reducer, you cannot include the
 Bandwidth reduction filter.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic NoiseReducer.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final NoiseReducerFilterfilter()Use Noise reducer filter to select one of the following spatial image filtering functions.final StringUse Noise reducer filter to select one of the following spatial image filtering functions.Settings for a noise reducer filterfinal <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends NoiseReducer.Builder> Noise reducer filter settings for spatial filter.Noise reducer filter settings for temporal filter.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
filterUse Noise reducer filter to select one of the following spatial image filtering functions. To use this setting, you must also enable Noise reducer. * Bilateral preserves edges while reducing noise. * Mean (softest), Gaussian, Lanczos, and Sharpen (sharpest) do convolution filtering. * Conserve does min/max noise reduction. * Spatial does frequency-domain filtering based on JND principles. * Temporal optimizes video quality for complex motion.If the service returns an enum value that is not available in the current SDK version, filterwill returnNoiseReducerFilter.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfilterAsString().- Returns:
- Use Noise reducer filter to select one of the following spatial image filtering functions. To use this setting, you must also enable Noise reducer. * Bilateral preserves edges while reducing noise. * Mean (softest), Gaussian, Lanczos, and Sharpen (sharpest) do convolution filtering. * Conserve does min/max noise reduction. * Spatial does frequency-domain filtering based on JND principles. * Temporal optimizes video quality for complex motion.
- See Also:
 
- 
filterAsStringUse Noise reducer filter to select one of the following spatial image filtering functions. To use this setting, you must also enable Noise reducer. * Bilateral preserves edges while reducing noise. * Mean (softest), Gaussian, Lanczos, and Sharpen (sharpest) do convolution filtering. * Conserve does min/max noise reduction. * Spatial does frequency-domain filtering based on JND principles. * Temporal optimizes video quality for complex motion.If the service returns an enum value that is not available in the current SDK version, filterwill returnNoiseReducerFilter.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfilterAsString().- Returns:
- Use Noise reducer filter to select one of the following spatial image filtering functions. To use this setting, you must also enable Noise reducer. * Bilateral preserves edges while reducing noise. * Mean (softest), Gaussian, Lanczos, and Sharpen (sharpest) do convolution filtering. * Conserve does min/max noise reduction. * Spatial does frequency-domain filtering based on JND principles. * Temporal optimizes video quality for complex motion.
- See Also:
 
- 
filterSettingsSettings for a noise reducer filter- Returns:
- Settings for a noise reducer filter
 
- 
spatialFilterSettingsNoise reducer filter settings for spatial filter.- Returns:
- Noise reducer filter settings for spatial filter.
 
- 
temporalFilterSettingsNoise reducer filter settings for temporal filter.- Returns:
- Noise reducer filter settings for temporal filter.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<NoiseReducer.Builder,- NoiseReducer> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-