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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java