Uses of Class
com.google.cloud.vision.v1p1beta1.FaceAnnotation.Landmark
-
Packages that use FaceAnnotation.Landmark Package Description com.google.cloud.vision.v1p1beta1 A client to Cloud Vision API -
-
Uses of FaceAnnotation.Landmark in com.google.cloud.vision.v1p1beta1
Methods in com.google.cloud.vision.v1p1beta1 that return FaceAnnotation.Landmark Modifier and Type Method Description FaceAnnotation.Landmark
FaceAnnotation.Landmark.Builder. build()
FaceAnnotation.Landmark
FaceAnnotation.Landmark.Builder. buildPartial()
static FaceAnnotation.Landmark
FaceAnnotation.Landmark. getDefaultInstance()
FaceAnnotation.Landmark
FaceAnnotation.Landmark.Builder. getDefaultInstanceForType()
FaceAnnotation.Landmark
FaceAnnotation.Landmark. getDefaultInstanceForType()
FaceAnnotation.Landmark
FaceAnnotation.Builder. getLandmarks(int index)
Detected face landmarks.FaceAnnotation.Landmark
FaceAnnotation. getLandmarks(int index)
Detected face landmarks.FaceAnnotation.Landmark
FaceAnnotationOrBuilder. getLandmarks(int index)
Detected face landmarks.static FaceAnnotation.Landmark
FaceAnnotation.Landmark. parseDelimitedFrom(InputStream input)
static FaceAnnotation.Landmark
FaceAnnotation.Landmark. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FaceAnnotation.Landmark
FaceAnnotation.Landmark. parseFrom(byte[] data)
static FaceAnnotation.Landmark
FaceAnnotation.Landmark. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FaceAnnotation.Landmark
FaceAnnotation.Landmark. parseFrom(com.google.protobuf.ByteString data)
static FaceAnnotation.Landmark
FaceAnnotation.Landmark. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FaceAnnotation.Landmark
FaceAnnotation.Landmark. parseFrom(com.google.protobuf.CodedInputStream input)
static FaceAnnotation.Landmark
FaceAnnotation.Landmark. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FaceAnnotation.Landmark
FaceAnnotation.Landmark. parseFrom(InputStream input)
static FaceAnnotation.Landmark
FaceAnnotation.Landmark. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FaceAnnotation.Landmark
FaceAnnotation.Landmark. parseFrom(ByteBuffer data)
static FaceAnnotation.Landmark
FaceAnnotation.Landmark. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vision.v1p1beta1 that return types with arguments of type FaceAnnotation.Landmark Modifier and Type Method Description List<FaceAnnotation.Landmark>
FaceAnnotation.Builder. getLandmarksList()
Detected face landmarks.List<FaceAnnotation.Landmark>
FaceAnnotation. getLandmarksList()
Detected face landmarks.List<FaceAnnotation.Landmark>
FaceAnnotationOrBuilder. getLandmarksList()
Detected face landmarks.com.google.protobuf.Parser<FaceAnnotation.Landmark>
FaceAnnotation.Landmark. getParserForType()
static com.google.protobuf.Parser<FaceAnnotation.Landmark>
FaceAnnotation.Landmark. parser()
Methods in com.google.cloud.vision.v1p1beta1 with parameters of type FaceAnnotation.Landmark Modifier and Type Method Description FaceAnnotation.Builder
FaceAnnotation.Builder. addLandmarks(int index, FaceAnnotation.Landmark value)
Detected face landmarks.FaceAnnotation.Builder
FaceAnnotation.Builder. addLandmarks(FaceAnnotation.Landmark value)
Detected face landmarks.FaceAnnotation.Landmark.Builder
FaceAnnotation.Landmark.Builder. mergeFrom(FaceAnnotation.Landmark other)
static FaceAnnotation.Landmark.Builder
FaceAnnotation.Landmark. newBuilder(FaceAnnotation.Landmark prototype)
FaceAnnotation.Builder
FaceAnnotation.Builder. setLandmarks(int index, FaceAnnotation.Landmark value)
Detected face landmarks.Method parameters in com.google.cloud.vision.v1p1beta1 with type arguments of type FaceAnnotation.Landmark Modifier and Type Method Description FaceAnnotation.Builder
FaceAnnotation.Builder. addAllLandmarks(Iterable<? extends FaceAnnotation.Landmark> values)
Detected face landmarks.
-