Noise Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. Noise
- com.
public class Noise
Properties describing noise level of the image.
Method Summary
Modifier and Type | Method and Description |
---|---|
Noise |
noiseLevel()
Get the noiseLevel value. |
double |
value()
Get the value value. |
Noise |
withNoiseLevel(NoiseLevel noiseLevel)
Set the noiseLevel value. |
Noise |
withValue(double value)
Set the value value. |
Method Details
noiseLevel
public NoiseLevel noiseLevel()
Get the noiseLevel value.
Returns:
the noiseLevel value
value
public double value()
Get the value value.
Returns:
the value value
withNoiseLevel
public Noise withNoiseLevel(NoiseLevel noiseLevel)
Set the noiseLevel value.
Parameters:
noiseLevel
- the noiseLevel value to set
Returns:
the Noise object itself.
withValue
public Noise withValue(double value)
Set the value value.
Parameters:
value
- the value value to set
Returns:
the Noise object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java