azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.cogniti...

53 строки
2.5 KiB
YAML

### YamlMime:JavaEnum
fields:
- fullName: com.microsoft.azure.cognitiveservices.vision.faceapi.models.BlurLevel.HIGH
name: HIGH
nameWithType: BlurLevel.HIGH
summary: <p>Enum value High. </p>
uid: com.microsoft.azure.cognitiveservices.vision.faceapi.models.BlurLevel.HIGH
- fullName: com.microsoft.azure.cognitiveservices.vision.faceapi.models.BlurLevel.LOW
name: LOW
nameWithType: BlurLevel.LOW
summary: <p>Enum value Low. </p>
uid: com.microsoft.azure.cognitiveservices.vision.faceapi.models.BlurLevel.LOW
- fullName: com.microsoft.azure.cognitiveservices.vision.faceapi.models.BlurLevel.MEDIUM
name: MEDIUM
nameWithType: BlurLevel.MEDIUM
summary: <p>Enum value Medium. </p>
uid: com.microsoft.azure.cognitiveservices.vision.faceapi.models.BlurLevel.MEDIUM
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
- <xref href="java.lang.Enum&lt;BlurLevel&gt;" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.cognitiveservices.vision.faceapi.models.BlurLevel.fromString(String value)
name: fromString(String value)
nameWithType: BlurLevel.fromString(String value)
parameters:
- description: <p>the serialized value to parse. </p>
name: value
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the parsed BlurLevel object, or null if unable to parse. </p>
type: <xref href="com.microsoft.azure.cognitiveservices.vision.faceapi.models.BlurLevel?alt=com.microsoft.azure.cognitiveservices.vision.faceapi.models.BlurLevel&text=BlurLevel" data-throw-if-not-resolved="False"/>
summary: >-
<p>Parses a serialized value to a BlurLevel instance.</p>
<p></p>
syntax: public static BlurLevel fromString(String value)
uid: com.microsoft.azure.cognitiveservices.vision.faceapi.models.BlurLevel.fromString(String)
- fullName: com.microsoft.azure.cognitiveservices.vision.faceapi.models.BlurLevel.toString()
name: toString()
nameWithType: BlurLevel.toString()
returns:
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
syntax: public String toString()
uid: com.microsoft.azure.cognitiveservices.vision.faceapi.models.BlurLevel.toString()
nameWithType: BlurLevel
syntax: public enum BlurLevel
uid: com.microsoft.azure.cognitiveservices.vision.faceapi.models.BlurLevel
fullName: com.microsoft.azure.cognitiveservices.vision.faceapi.models.BlurLevel
name: BlurLevel
package: com.microsoft.azure.cognitiveservices.vision.faceapi.models
summary: <p>Defines values for BlurLevel. </p>
metadata: {}