你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Noise 类

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

public class Noise

描述图像噪音级别的属性。

方法摘要

修饰符和类型 方法和描述
NoiseLevel noiseLevel()

获取 noiseLevel 值。

double value()

获取值。

Noise withNoiseLevel(NoiseLevel noiseLevel)

设置 noiseLevel 值。

Noise withValue(double value)

设置值。

方法详细信息

noiseLevel

public NoiseLevel noiseLevel()

获取 noiseLevel 值。

Returns:

noiseLevel 值

value

public double value()

获取值。

Returns:

withNoiseLevel

public Noise withNoiseLevel(NoiseLevel noiseLevel)

设置 noiseLevel 值。

Parameters:

noiseLevel - 要设置的 noiseLevel 值

Returns:

Noise 对象本身。

withValue

public Noise withValue(double value)

设置值。

Parameters:

value - 要设置的值值

Returns:

Noise 对象本身。

适用于