Noise Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.faceapi.models.Noise

public class Noise

Properties describing noise level of the image.

Method Summary

Modifier and Type Method and Description
NoiseLevel 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