@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdvancedInputFilterSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
AdvancedInputFilterSettings() |
| Modifier and Type | Method and Description |
|---|---|
AdvancedInputFilterSettings |
clone() |
boolean |
equals(Object obj) |
String |
getAddTexture()
Add texture and detail to areas of your input video content that were lost after applying the Advanced input
filter.
|
String |
getSharpening()
Optionally specify the amount of sharpening to apply when you use the Advanced input filter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAddTexture(String addTexture)
Add texture and detail to areas of your input video content that were lost after applying the Advanced input
filter.
|
void |
setSharpening(String sharpening)
Optionally specify the amount of sharpening to apply when you use the Advanced input filter.
|
String |
toString()
Returns a string representation of this object.
|
AdvancedInputFilterSettings |
withAddTexture(AdvancedInputFilterAddTexture addTexture)
Add texture and detail to areas of your input video content that were lost after applying the Advanced input
filter.
|
AdvancedInputFilterSettings |
withAddTexture(String addTexture)
Add texture and detail to areas of your input video content that were lost after applying the Advanced input
filter.
|
AdvancedInputFilterSettings |
withSharpening(AdvancedInputFilterSharpen sharpening)
Optionally specify the amount of sharpening to apply when you use the Advanced input filter.
|
AdvancedInputFilterSettings |
withSharpening(String sharpening)
Optionally specify the amount of sharpening to apply when you use the Advanced input filter.
|
public void setAddTexture(String addTexture)
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.AdvancedInputFilterAddTexturepublic String getAddTexture()
AdvancedInputFilterAddTexturepublic AdvancedInputFilterSettings withAddTexture(String addTexture)
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.AdvancedInputFilterAddTexturepublic AdvancedInputFilterSettings withAddTexture(AdvancedInputFilterAddTexture addTexture)
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.AdvancedInputFilterAddTexturepublic void setSharpening(String sharpening)
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.AdvancedInputFilterSharpenpublic String getSharpening()
AdvancedInputFilterSharpenpublic AdvancedInputFilterSettings withSharpening(String sharpening)
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.AdvancedInputFilterSharpenpublic AdvancedInputFilterSettings withSharpening(AdvancedInputFilterSharpen sharpening)
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.AdvancedInputFilterSharpenpublic String toString()
toString in class ObjectObject.toString()public AdvancedInputFilterSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.