public static interface PreprocessingConfig.DenoiseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getStrength()
Set strength of the denoise.
|
String |
getTune()
Set the denoiser mode.
|
com.google.protobuf.ByteString |
getTuneBytes()
Set the denoiser mode.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofdouble getStrength()
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.
double strength = 1;String getTune()
Set the denoiser mode. The default is `standard`. Supported denoiser modes: - `standard` - `grain`
string tune = 2;com.google.protobuf.ByteString getTuneBytes()
Set the denoiser mode. The default is `standard`. Supported denoiser modes: - `standard` - `grain`
string tune = 2;Copyright © 2022 Google LLC. All rights reserved.