Uses of Interface
com.google.cloud.vision.v1p3beta1.FaceAnnotationOrBuilder
-
Packages that use FaceAnnotationOrBuilder Package Description com.google.cloud.vision.v1p3beta1 A client to Cloud Vision API -
-
Uses of FaceAnnotationOrBuilder in com.google.cloud.vision.v1p3beta1
Classes in com.google.cloud.vision.v1p3beta1 that implement FaceAnnotationOrBuilder Modifier and Type Class Description classFaceAnnotationA face annotation object contains the results of face detection.static classFaceAnnotation.BuilderA face annotation object contains the results of face detection.Methods in com.google.cloud.vision.v1p3beta1 that return FaceAnnotationOrBuilder Modifier and Type Method Description FaceAnnotationOrBuilderAnnotateImageResponse.Builder. getFaceAnnotationsOrBuilder(int index)If present, face detection has completed successfully.FaceAnnotationOrBuilderAnnotateImageResponse. getFaceAnnotationsOrBuilder(int index)If present, face detection has completed successfully.FaceAnnotationOrBuilderAnnotateImageResponseOrBuilder. getFaceAnnotationsOrBuilder(int index)If present, face detection has completed successfully.Methods in com.google.cloud.vision.v1p3beta1 that return types with arguments of type FaceAnnotationOrBuilder Modifier and Type Method Description List<? extends FaceAnnotationOrBuilder>AnnotateImageResponse.Builder. getFaceAnnotationsOrBuilderList()If present, face detection has completed successfully.List<? extends FaceAnnotationOrBuilder>AnnotateImageResponse. getFaceAnnotationsOrBuilderList()If present, face detection has completed successfully.List<? extends FaceAnnotationOrBuilder>AnnotateImageResponseOrBuilder. getFaceAnnotationsOrBuilderList()If present, face detection has completed successfully.
-