BlurProperties Class
- java.
lang. Object - com.
azure. ai. vision. face. models. BlurProperties
- com.
Implements
public final class BlurProperties
implements JsonSerializable<BlurProperties>
Properties describing any presence of blur within the image.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Blur |
fromJson(JsonReader jsonReader)
Reads an instance of Blur |
|
Blur |
getBlurLevel()
Get the blur |
| double |
getValue()
Get the value property: A number indicating level of blurriness ranging from 0 to 1. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static BlurProperties fromJson(JsonReader jsonReader)
Reads an instance of BlurProperties from the JsonReader.
Parameters:
Returns:
Throws:
getBlurLevel
public BlurLevel getBlurLevel()
Get the blurLevel property: An enum value indicating level of blurriness.
Returns:
getValue
public double getValue()
Get the value property: A number indicating level of blurriness ranging from 0 to 1.
Returns: