Class: Google::Cloud::Video::Transcoder::V1beta1::PreprocessingConfig::Denoise

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb

Overview

Denoise preprocessing configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#strength::Float

Returns 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.



582
583
584
585
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 582

class Denoise
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tune::String

Returns 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'


582
583
584
585
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 582

class Denoise
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end