Uses of Class
com.google.cloud.vision.v1.FaceAnnotation
-
Packages that use FaceAnnotation Package Description com.google.cloud.vision.v1 A client to Cloud Vision API -
-
Uses of FaceAnnotation in com.google.cloud.vision.v1
Methods in com.google.cloud.vision.v1 that return FaceAnnotation Modifier and Type Method Description FaceAnnotationFaceAnnotation.Builder. build()FaceAnnotationFaceAnnotation.Builder. buildPartial()static FaceAnnotationFaceAnnotation. getDefaultInstance()FaceAnnotationFaceAnnotation.Builder. getDefaultInstanceForType()FaceAnnotationFaceAnnotation. getDefaultInstanceForType()FaceAnnotationAnnotateImageResponse.Builder. getFaceAnnotations(int index)If present, face detection has completed successfully.FaceAnnotationAnnotateImageResponse. getFaceAnnotations(int index)If present, face detection has completed successfully.FaceAnnotationAnnotateImageResponseOrBuilder. getFaceAnnotations(int index)If present, face detection has completed successfully.static FaceAnnotationFaceAnnotation. parseDelimitedFrom(InputStream input)static FaceAnnotationFaceAnnotation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FaceAnnotationFaceAnnotation. parseFrom(byte[] data)static FaceAnnotationFaceAnnotation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FaceAnnotationFaceAnnotation. parseFrom(com.google.protobuf.ByteString data)static FaceAnnotationFaceAnnotation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FaceAnnotationFaceAnnotation. parseFrom(com.google.protobuf.CodedInputStream input)static FaceAnnotationFaceAnnotation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FaceAnnotationFaceAnnotation. parseFrom(InputStream input)static FaceAnnotationFaceAnnotation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FaceAnnotationFaceAnnotation. parseFrom(ByteBuffer data)static FaceAnnotationFaceAnnotation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.vision.v1 that return types with arguments of type FaceAnnotation Modifier and Type Method Description List<FaceAnnotation>AnnotateImageResponse.Builder. getFaceAnnotationsList()If present, face detection has completed successfully.List<FaceAnnotation>AnnotateImageResponse. getFaceAnnotationsList()If present, face detection has completed successfully.List<FaceAnnotation>AnnotateImageResponseOrBuilder. getFaceAnnotationsList()If present, face detection has completed successfully.com.google.protobuf.Parser<FaceAnnotation>FaceAnnotation. getParserForType()static com.google.protobuf.Parser<FaceAnnotation>FaceAnnotation. parser()Methods in com.google.cloud.vision.v1 with parameters of type FaceAnnotation Modifier and Type Method Description AnnotateImageResponse.BuilderAnnotateImageResponse.Builder. addFaceAnnotations(int index, FaceAnnotation value)If present, face detection has completed successfully.AnnotateImageResponse.BuilderAnnotateImageResponse.Builder. addFaceAnnotations(FaceAnnotation value)If present, face detection has completed successfully.FaceAnnotation.BuilderFaceAnnotation.Builder. mergeFrom(FaceAnnotation other)static FaceAnnotation.BuilderFaceAnnotation. newBuilder(FaceAnnotation prototype)AnnotateImageResponse.BuilderAnnotateImageResponse.Builder. setFaceAnnotations(int index, FaceAnnotation value)If present, face detection has completed successfully.Method parameters in com.google.cloud.vision.v1 with type arguments of type FaceAnnotation Modifier and Type Method Description AnnotateImageResponse.BuilderAnnotateImageResponse.Builder. addAllFaceAnnotations(Iterable<? extends FaceAnnotation> values)If present, face detection has completed successfully.
-