Blur Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. Blur
- com.
public class Blur
Properties describing any presence of blur within the image.
Method Summary
Modifier and Type | Method and Description |
---|---|
Blur |
blurLevel()
Get the blurLevel value. |
double |
value()
Get the value value. |
Blur |
withBlurLevel(BlurLevel blurLevel)
Set the blurLevel value. |
Blur |
withValue(double value)
Set the value value. |
Method Details
blurLevel
public BlurLevel blurLevel()
Get the blurLevel value.
Returns:
the blurLevel value
value
public double value()
Get the value value.
Returns:
the value value
withBlurLevel
public Blur withBlurLevel(BlurLevel blurLevel)
Set the blurLevel value.
Parameters:
blurLevel
- the blurLevel value to set
Returns:
the Blur object itself.
withValue
public Blur withValue(double value)
Set the value value.
Parameters:
value
- the value value to set
Returns:
the Blur 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