FindSimilarMatchMode Enum
- java.
lang. Object - java.
lang. Enum<FindSimilarMatchMode> - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. FindSimilarMatchMode
- com.
- java.
public enum FindSimilarMatchMode
Defines values for FindSimilarMatchMode.
Fields
MATCH_FACE |
Enum value matchFace. |
MATCH_PERSON |
Enum value matchPerson. |
Methods
fromString(String value)
public static FindSimilarMatchMode fromString(String value)
Parses a serialized value to a FindSimilarMatchMode instance.
Parameters
- value
- String
Returns
the parsed FindSimilarMatchMode 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