BlurLevel Enum
- java.
lang. Object - java.
lang. Enum<BlurLevel> - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. BlurLevel
- com.
- java.
public enum BlurLevel
Defines values for BlurLevel.
Fields
HIGH |
Enum value High. |
LOW |
Enum value Low. |
MEDIUM |
Enum value Medium. |
Methods
fromString(String value)
public static BlurLevel fromString(String value)
Parses a serialized value to a BlurLevel instance.
Parameters
- value
- String
Returns
the parsed BlurLevel object, or null if unable to parse.
toString()
public String toString()
Returns
String
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