@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)
Marshalls this structured data using the given
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.AdvancedInputFilterAddTexture
public String getAddTexture()
AdvancedInputFilterAddTexture
public 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.AdvancedInputFilterAddTexture
public 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.AdvancedInputFilterAddTexture
public 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.AdvancedInputFilterSharpen
public String getSharpening()
AdvancedInputFilterSharpen
public 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.AdvancedInputFilterSharpen
public 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.AdvancedInputFilterSharpen
public String toString()
toString
in class Object
Object.toString()
public AdvancedInputFilterSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.