public static interface FaceAnnotation.LandmarkOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Position |
getPosition()
Face landmark position.
|
PositionOrBuilder |
getPositionOrBuilder()
Face landmark position.
|
FaceAnnotation.Landmark.Type |
getType()
Face landmark type.
|
int |
getTypeValue()
Face landmark type.
|
boolean |
hasPosition()
Face landmark position.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getTypeValue()
Face landmark type.
.google.cloud.vision.v1.FaceAnnotation.Landmark.Type type = 3;
FaceAnnotation.Landmark.Type getType()
Face landmark type.
.google.cloud.vision.v1.FaceAnnotation.Landmark.Type type = 3;
boolean hasPosition()
Face landmark position.
.google.cloud.vision.v1.Position position = 4;
Position getPosition()
Face landmark position.
.google.cloud.vision.v1.Position position = 4;
PositionOrBuilder getPositionOrBuilder()
Face landmark position.
.google.cloud.vision.v1.Position position = 4;