public static interface FaceAnnotation.LandmarkOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPosition()
public abstract Position getPosition()Face landmark position.
.google.cloud.vision.v1p2beta1.Position position = 4;
| Returns | |
|---|---|
| Type | Description |
Position |
The position. |
getPositionOrBuilder()
public abstract PositionOrBuilder getPositionOrBuilder()Face landmark position.
.google.cloud.vision.v1p2beta1.Position position = 4;
| Returns | |
|---|---|
| Type | Description |
PositionOrBuilder |
|
getType()
public abstract FaceAnnotation.Landmark.Type getType()Face landmark type.
.google.cloud.vision.v1p2beta1.FaceAnnotation.Landmark.Type type = 3;
| Returns | |
|---|---|
| Type | Description |
FaceAnnotation.Landmark.Type |
The type. |
getTypeValue()
public abstract int getTypeValue()Face landmark type.
.google.cloud.vision.v1p2beta1.FaceAnnotation.Landmark.Type type = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for type. |
hasPosition()
public abstract boolean hasPosition()Face landmark position.
.google.cloud.vision.v1p2beta1.Position position = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the position field is set. |