public static enum StereoDepth.PresetMode extends Enum<StereoDepth.PresetMode>
Enum Constant and Description |
---|
HIGH_ACCURACY
Prefers accuracy over density.
|
HIGH_DENSITY
Prefers density over accuracy.
|
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
StereoDepth.PresetMode |
intern() |
String |
toString() |
static StereoDepth.PresetMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StereoDepth.PresetMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StereoDepth.PresetMode HIGH_ACCURACY
public static final StereoDepth.PresetMode HIGH_DENSITY
public static StereoDepth.PresetMode[] values()
for (StereoDepth.PresetMode c : StereoDepth.PresetMode.values()) System.out.println(c);
public static StereoDepth.PresetMode 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 StereoDepth.PresetMode intern()
public String toString()
toString
in class Enum<StereoDepth.PresetMode>
Copyright © 2024. All rights reserved.