Class AdvancedInputFilterSettings

    • 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, addTexture will return AdvancedInputFilterAddTexture.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from addTextureAsString().

        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, addTexture will return AdvancedInputFilterAddTexture.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from addTextureAsString().

        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, sharpening will return AdvancedInputFilterSharpen.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sharpeningAsString().

        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, sharpening will return AdvancedInputFilterSharpen.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sharpeningAsString().

        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
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)