Transcoder V1 API - Class Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Denoise (v0.5.0)

Reference documentation and code samples for the Transcoder V1 API class Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Denoise.

Denoise preprocessing configuration.

Note: This configuration is not supported.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#strength

def strength() -> ::Float
Returns
  • (::Float) — Set strength of the denoise. Enter a value between 0 and 1. The higher the value, the smoother the image. 0 is no denoising. The default is 0.

#strength=

def strength=(value) -> ::Float
Parameter
  • value (::Float) — Set strength of the denoise. Enter a value between 0 and 1. The higher the value, the smoother the image. 0 is no denoising. The default is 0.
Returns
  • (::Float) — Set strength of the denoise. Enter a value between 0 and 1. The higher the value, the smoother the image. 0 is no denoising. The default is 0.

#tune

def tune() -> ::String
Returns
  • (::String) —

    Set the denoiser mode. The default is standard.

    Supported denoiser modes:

    • standard
    • grain

#tune=

def tune=(value) -> ::String
Parameter
  • value (::String) —

    Set the denoiser mode. The default is standard.

    Supported denoiser modes:

    • standard
    • grain
Returns
  • (::String) —

    Set the denoiser mode. The default is standard.

    Supported denoiser modes:

    • standard
    • grain