Uses of Class
com.oracle.bmc.aivision.model.Landmark
-
Packages that use Landmark Package Description com.oracle.bmc.aivision.model -
-
Uses of Landmark in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return Landmark Modifier and Type Method Description Landmark
Landmark.Builder. build()
Methods in com.oracle.bmc.aivision.model that return types with arguments of type Landmark Modifier and Type Method Description List<Landmark>
Face. getLandmarks()
A point of interest within a face.List<Landmark>
VideoFaceFrame. getLandmarks()
Face landmarks.Methods in com.oracle.bmc.aivision.model with parameters of type Landmark Modifier and Type Method Description Landmark.Builder
Landmark.Builder. copy(Landmark model)
Method parameters in com.oracle.bmc.aivision.model with type arguments of type Landmark Modifier and Type Method Description Face.Builder
Face.Builder. landmarks(List<Landmark> landmarks)
A point of interest within a face.VideoFaceFrame.Builder
VideoFaceFrame.Builder. landmarks(List<Landmark> landmarks)
Face landmarks.Constructor parameters in com.oracle.bmc.aivision.model with type arguments of type Landmark Constructor Description Face(Float confidence, BoundingPolygon boundingPolygon, Float qualityScore, List<Landmark> landmarks)
Deprecated.VideoFaceFrame(Integer timeOffsetMs, Float confidence, Float qualityScore, BoundingPolygon boundingPolygon, List<Landmark> landmarks)
Deprecated.
-