Exposure Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. Exposure
- com.
public class Exposure
Properties describing exposure level of the image.
Method Summary
Modifier and Type | Method and Description |
---|---|
Exposure |
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
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