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