public static enum AnnotationValue.ValueTypeCase extends Enum<AnnotationValue.ValueTypeCase> implements com.google.protobuf.Internal.EnumLite
| Modifier and Type | Method and Description |
|---|---|
static AnnotationValue.ValueTypeCase |
forNumber(int value) |
int |
getNumber() |
static AnnotationValue.ValueTypeCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AnnotationValue.ValueTypeCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationValue.ValueTypeCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotationValue.ValueTypeCase IMAGE_CLASSIFICATION_ANNOTATION
public static final AnnotationValue.ValueTypeCase IMAGE_BOUNDING_POLY_ANNOTATION
public static final AnnotationValue.ValueTypeCase IMAGE_POLYLINE_ANNOTATION
public static final AnnotationValue.ValueTypeCase IMAGE_SEGMENTATION_ANNOTATION
public static final AnnotationValue.ValueTypeCase TEXT_CLASSIFICATION_ANNOTATION
public static final AnnotationValue.ValueTypeCase TEXT_ENTITY_EXTRACTION_ANNOTATION
public static final AnnotationValue.ValueTypeCase VIDEO_CLASSIFICATION_ANNOTATION
public static final AnnotationValue.ValueTypeCase VIDEO_OBJECT_TRACKING_ANNOTATION
public static final AnnotationValue.ValueTypeCase VIDEO_EVENT_ANNOTATION
public static final AnnotationValue.ValueTypeCase VALUETYPE_NOT_SET
public static AnnotationValue.ValueTypeCase[] values()
for (AnnotationValue.ValueTypeCase c : AnnotationValue.ValueTypeCase.values()) System.out.println(c);
public static AnnotationValue.ValueTypeCase 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 AnnotationValue.ValueTypeCase valueOf(int value)
forNumber(int) instead.public static AnnotationValue.ValueTypeCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2019 Google LLC. All rights reserved.