Class AdvancedInputFilterSettings
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.AdvancedInputFilterSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AdvancedInputFilterSettings.Builder,AdvancedInputFilterSettings>
@Generated("software.amazon.awssdk:codegen") public final class AdvancedInputFilterSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AdvancedInputFilterSettings.Builder,AdvancedInputFilterSettings>
Optional settings for Advanced input filter when you set Advanced input filter to Enabled.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAdvancedInputFilterSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AdvancedInputFilterAddTextureaddTexture()Add texture and detail to areas of your input video content that were lost after applying the Advanced input filter.StringaddTextureAsString()Add texture and detail to areas of your input video content that were lost after applying the Advanced input filter.static AdvancedInputFilterSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AdvancedInputFilterSettings.Builder>serializableBuilderClass()AdvancedInputFilterSharpensharpening()Optionally specify the amount of sharpening to apply when you use the Advanced input filter.StringsharpeningAsString()Optionally specify the amount of sharpening to apply when you use the Advanced input filter.AdvancedInputFilterSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
addTexture
public final AdvancedInputFilterAddTexture addTexture()
Add texture and detail to areas of your input video content that were lost after applying the Advanced input filter. To adaptively add texture and reduce softness: Choose Enabled. To not add any texture: Keep the default value, Disabled. We recommend that you choose Disabled for input video content that doesn't have texture, including screen recordings, computer graphics, or cartoons.If the service returns an enum value that is not available in the current SDK version,
addTexturewill returnAdvancedInputFilterAddTexture.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaddTextureAsString().- Returns:
- Add texture and detail to areas of your input video content that were lost after applying the Advanced input filter. To adaptively add texture and reduce softness: Choose Enabled. To not add any texture: Keep the default value, Disabled. We recommend that you choose Disabled for input video content that doesn't have texture, including screen recordings, computer graphics, or cartoons.
- See Also:
AdvancedInputFilterAddTexture
-
addTextureAsString
public final String addTextureAsString()
Add texture and detail to areas of your input video content that were lost after applying the Advanced input filter. To adaptively add texture and reduce softness: Choose Enabled. To not add any texture: Keep the default value, Disabled. We recommend that you choose Disabled for input video content that doesn't have texture, including screen recordings, computer graphics, or cartoons.If the service returns an enum value that is not available in the current SDK version,
addTexturewill returnAdvancedInputFilterAddTexture.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaddTextureAsString().- Returns:
- Add texture and detail to areas of your input video content that were lost after applying the Advanced input filter. To adaptively add texture and reduce softness: Choose Enabled. To not add any texture: Keep the default value, Disabled. We recommend that you choose Disabled for input video content that doesn't have texture, including screen recordings, computer graphics, or cartoons.
- See Also:
AdvancedInputFilterAddTexture
-
sharpening
public final AdvancedInputFilterSharpen sharpening()
Optionally specify the amount of sharpening to apply when you use the Advanced input filter. Sharpening adds contrast to the edges of your video content and can reduce softness. To apply no sharpening: Keep the default value, Off. To apply a minimal amount of sharpening choose Low, or for the maximum choose High.If the service returns an enum value that is not available in the current SDK version,
sharpeningwill returnAdvancedInputFilterSharpen.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsharpeningAsString().- Returns:
- Optionally specify the amount of sharpening to apply when you use the Advanced input filter. Sharpening adds contrast to the edges of your video content and can reduce softness. To apply no sharpening: Keep the default value, Off. To apply a minimal amount of sharpening choose Low, or for the maximum choose High.
- See Also:
AdvancedInputFilterSharpen
-
sharpeningAsString
public final String sharpeningAsString()
Optionally specify the amount of sharpening to apply when you use the Advanced input filter. Sharpening adds contrast to the edges of your video content and can reduce softness. To apply no sharpening: Keep the default value, Off. To apply a minimal amount of sharpening choose Low, or for the maximum choose High.If the service returns an enum value that is not available in the current SDK version,
sharpeningwill returnAdvancedInputFilterSharpen.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsharpeningAsString().- Returns:
- Optionally specify the amount of sharpening to apply when you use the Advanced input filter. Sharpening adds contrast to the edges of your video content and can reduce softness. To apply no sharpening: Keep the default value, Off. To apply a minimal amount of sharpening choose Low, or for the maximum choose High.
- See Also:
AdvancedInputFilterSharpen
-
toBuilder
public AdvancedInputFilterSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AdvancedInputFilterSettings.Builder,AdvancedInputFilterSettings>
-
builder
public static AdvancedInputFilterSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends AdvancedInputFilterSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-