public static enum Landmark.Type extends Enum<Landmark.Type> implements BmcEnum
The face landmark type
Enum Constant and Description |
---|
LeftEdgeOfMouth |
LeftEye |
NoseTip |
RightEdgeOfMouth |
RightEye |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static Landmark.Type |
create(String key) |
String |
getValue() |
static Landmark.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Landmark.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Landmark.Type LeftEye
public static final Landmark.Type RightEye
public static final Landmark.Type NoseTip
public static final Landmark.Type LeftEdgeOfMouth
public static final Landmark.Type RightEdgeOfMouth
public static final Landmark.Type UnknownEnumValue
public static Landmark.Type[] values()
for (Landmark.Type c : Landmark.Type.values()) System.out.println(c);
public static Landmark.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static Landmark.Type create(String key)
Copyright © 2016–2024. All rights reserved.