Uses of Class
com.oracle.bmc.aivision.model.Face
-
Packages that use Face Package Description com.oracle.bmc.aivision.model -
-
Uses of Face in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return Face Modifier and Type Method Description Face
Face.Builder. build()
Methods in com.oracle.bmc.aivision.model that return types with arguments of type Face Modifier and Type Method Description List<Face>
AnalyzeImageResult. getDetectedFaces()
The detected faces.Methods in com.oracle.bmc.aivision.model with parameters of type Face Modifier and Type Method Description Face.Builder
Face.Builder. copy(Face model)
Method parameters in com.oracle.bmc.aivision.model with type arguments of type Face Modifier and Type Method Description AnalyzeImageResult.Builder
AnalyzeImageResult.Builder. detectedFaces(List<Face> detectedFaces)
The detected faces.
-