public static final class FaceAnnotation.Landmark extends GeneratedMessageV3 implements FaceAnnotation.LandmarkOrBuilder
A face-specific landmark (for example, a face feature).
Protobuf type google.cloud.vision.v1p1beta1.FaceAnnotation.Landmark
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > FaceAnnotation.LandmarkImplements
FaceAnnotation.LandmarkOrBuilderStatic Fields
POSITION_FIELD_NUMBER
public static final int POSITION_FIELD_NUMBER
Type | Description |
int |
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static FaceAnnotation.Landmark getDefaultInstance()
Type | Description |
FaceAnnotation.Landmark |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static FaceAnnotation.Landmark.Builder newBuilder()
Type | Description |
FaceAnnotation.Landmark.Builder |
newBuilder(FaceAnnotation.Landmark prototype)
public static FaceAnnotation.Landmark.Builder newBuilder(FaceAnnotation.Landmark prototype)
Name | Description |
prototype | FaceAnnotation.Landmark |
Type | Description |
FaceAnnotation.Landmark.Builder |
parseDelimitedFrom(InputStream input)
public static FaceAnnotation.Landmark parseDelimitedFrom(InputStream input)
Name | Description |
input |
|