Exposure Class

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

public class Exposure

Properties describing exposure level of the image.

Method Summary

Modifier and Type Method and Description
ExposureLevel exposureLevel()

Get the exposureLevel value.

double value()

Get the value value.

Exposure withExposureLevel(ExposureLevel exposureLevel)

Set the exposureLevel value.

Exposure withValue(double value)

Set the value value.

Method Details

exposureLevel

public ExposureLevel exposureLevel()

Get the exposureLevel value.

Returns:

the exposureLevel value

value

public double value()

Get the value value.

Returns:

the value value

withExposureLevel

public Exposure withExposureLevel(ExposureLevel exposureLevel)

Set the exposureLevel value.

Parameters:

exposureLevel - the exposureLevel value to set

Returns:

the Exposure object itself.

withValue

public Exposure withValue(double value)

Set the value value.

Parameters:

value - the value value to set

Returns:

the Exposure object itself.

Applies to