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