Uses of Interface
com.google.cloud.vision.v1p3beta1.FaceAnnotation.LandmarkOrBuilder
-
Packages that use FaceAnnotation.LandmarkOrBuilder Package Description com.google.cloud.vision.v1p3beta1 A client to Cloud Vision API -
-
Uses of FaceAnnotation.LandmarkOrBuilder in com.google.cloud.vision.v1p3beta1
Classes in com.google.cloud.vision.v1p3beta1 that implement FaceAnnotation.LandmarkOrBuilder Modifier and Type Class Description static classFaceAnnotation.LandmarkA face-specific landmark (for example, a face feature).static classFaceAnnotation.Landmark.BuilderA face-specific landmark (for example, a face feature).Methods in com.google.cloud.vision.v1p3beta1 that return FaceAnnotation.LandmarkOrBuilder Modifier and Type Method Description FaceAnnotation.LandmarkOrBuilderFaceAnnotation.Builder. getLandmarksOrBuilder(int index)Detected face landmarks.FaceAnnotation.LandmarkOrBuilderFaceAnnotation. getLandmarksOrBuilder(int index)Detected face landmarks.FaceAnnotation.LandmarkOrBuilderFaceAnnotationOrBuilder. getLandmarksOrBuilder(int index)Detected face landmarks.Methods in com.google.cloud.vision.v1p3beta1 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.
-