FindSimilarMatchMode Enum

  • java.lang.Object
    • java.lang.Enum<FindSimilarMatchMode>
      • com.microsoft.azure.cognitiveservices.vision.faceapi.models.FindSimilarMatchMode

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
the serialized value to parse.

Returns

the parsed FindSimilarMatchMode object, or null if unable to parse.

toString()

public String toString()

Returns

String

Applies to

Azure SDK for Java

Latest