Uses of Interface
com.google.cloud.vision.v1.FaceAnnotation.LandmarkOrBuilder
-
Packages that use FaceAnnotation.LandmarkOrBuilder Package Description com.google.cloud.vision.v1 A client to Cloud Vision API -
-
Uses of FaceAnnotation.LandmarkOrBuilder in com.google.cloud.vision.v1
Classes in com.google.cloud.vision.v1 that implement FaceAnnotation.LandmarkOrBuilder Modifier and Type Class Description static class
FaceAnnotation.Landmark
A face-specific landmark (for example, a face feature).static class
FaceAnnotation.Landmark.Builder
A face-specific landmark (for example, a face feature).Methods in com.google.cloud.vision.v1 that return FaceAnnotation.LandmarkOrBuilder Modifier and Type Method Description FaceAnnotation.LandmarkOrBuilder
FaceAnnotation.Builder. getLandmarksOrBuilder(int index)
Detected face landmarks.FaceAnnotation.LandmarkOrBuilder
FaceAnnotation. getLandmarksOrBuilder(int index)
Detected face landmarks.FaceAnnotation.LandmarkOrBuilder
FaceAnnotationOrBuilder. getLandmarksOrBuilder(int index)
Detected face landmarks.Methods in com.google.cloud.vision.v1 that return types with arguments of type FaceAnnotation.LandmarkOrBuilder Modifier and Type Method Description List<? extends FaceAnnotation.LandmarkOrBuilder>
FaceAnnotation.Builder. getLandmarksOrBuilderList()
Detected face landmarks.List<? extends FaceAnnotation.LandmarkOrBuilder>
FaceAnnotation. getLandmarksOrBuilderList()
Detected face landmarks.List<? extends FaceAnnotation.LandmarkOrBuilder>
FaceAnnotationOrBuilder. getLandmarksOrBuilderList()
Detected face landmarks.
-