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
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