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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for Java