Uses of Interface
com.google.cloud.vision.v1.FaceAnnotationOrBuilder
-
Packages that use FaceAnnotationOrBuilder Package Description com.google.cloud.vision.v1 A client to Cloud Vision API -
-
Uses of FaceAnnotationOrBuilder in com.google.cloud.vision.v1
Classes in com.google.cloud.vision.v1 that implement FaceAnnotationOrBuilder Modifier and Type Class Description class
FaceAnnotation
A face annotation object contains the results of face detection.static class
FaceAnnotation.Builder
A face annotation object contains the results of face detection.Methods in com.google.cloud.vision.v1 that return FaceAnnotationOrBuilder Modifier and Type Method Description FaceAnnotationOrBuilder
AnnotateImageResponse.Builder. getFaceAnnotationsOrBuilder(int index)
If present, face detection has completed successfully.FaceAnnotationOrBuilder
AnnotateImageResponse. getFaceAnnotationsOrBuilder(int index)
If present, face detection has completed successfully.FaceAnnotationOrBuilder
AnnotateImageResponseOrBuilder. getFaceAnnotationsOrBuilder(int index)
If present, face detection has completed successfully.Methods in com.google.cloud.vision.v1 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.
-