public static enum ObjectTrackingFrame.BoundedAreaCase extends Enum<ObjectTrackingFrame.BoundedAreaCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
BOUNDEDAREA_NOT_SET |
BOUNDING_POLY |
NORMALIZED_BOUNDING_POLY |
| Modifier and Type | Method and Description |
|---|---|
static ObjectTrackingFrame.BoundedAreaCase |
forNumber(int value) |
int |
getNumber() |
static ObjectTrackingFrame.BoundedAreaCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ObjectTrackingFrame.BoundedAreaCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectTrackingFrame.BoundedAreaCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectTrackingFrame.BoundedAreaCase BOUNDING_POLY
public static final ObjectTrackingFrame.BoundedAreaCase NORMALIZED_BOUNDING_POLY
public static final ObjectTrackingFrame.BoundedAreaCase BOUNDEDAREA_NOT_SET
public static ObjectTrackingFrame.BoundedAreaCase[] values()
for (ObjectTrackingFrame.BoundedAreaCase c : ObjectTrackingFrame.BoundedAreaCase.values()) System.out.println(c);
public static ObjectTrackingFrame.BoundedAreaCase 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 null@Deprecated public static ObjectTrackingFrame.BoundedAreaCase valueOf(int value)
forNumber(int) instead.public static ObjectTrackingFrame.BoundedAreaCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2019 Google LLC. All rights reserved.