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