| Modifier and Type | Method and Description |
|---|---|
static FaceAnnotation.Landmark.Type |
FaceAnnotation.Landmark.Type.forNumber(int value) |
FaceAnnotation.Landmark.Type |
FaceAnnotation.LandmarkOrBuilder.getType()
Face landmark type.
|
FaceAnnotation.Landmark.Type |
FaceAnnotation.Landmark.getType()
Face landmark type.
|
FaceAnnotation.Landmark.Type |
FaceAnnotation.Landmark.Builder.getType()
Face landmark type.
|
static FaceAnnotation.Landmark.Type |
FaceAnnotation.Landmark.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FaceAnnotation.Landmark.Type |
FaceAnnotation.Landmark.Type.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FaceAnnotation.Landmark.Type |
FaceAnnotation.Landmark.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FaceAnnotation.Landmark.Type[] |
FaceAnnotation.Landmark.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<FaceAnnotation.Landmark.Type> |
FaceAnnotation.Landmark.Type.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
FaceAnnotation.Landmark.Builder |
FaceAnnotation.Landmark.Builder.setType(FaceAnnotation.Landmark.Type value)
Face landmark type.
|
Copyright © 2022 Google LLC. All rights reserved.