Class: Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Denoise
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Denoise
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/transcoder/v1/resources.rb
Overview
Denoise preprocessing configuration.
Note: This configuration is not supported.
Instance Attribute Summary collapse
-
#strength ⇒ ::Float
Set strength of the denoise.
-
#tune ⇒ ::String
Set the denoiser mode.
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.
685 686 687 688 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 685 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
.
685 686 687 688 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 685 class Denoise include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |