Uses of Class
com.oracle.bmc.aivision.model.VideoFace
-
Packages that use VideoFace Package Description com.oracle.bmc.aivision.model -
-
Uses of VideoFace in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return VideoFace Modifier and Type Method Description VideoFace
VideoFace.Builder. build()
Methods in com.oracle.bmc.aivision.model that return types with arguments of type VideoFace Modifier and Type Method Description List<VideoFace>
AnalyzeVideoResult. getVideoFaces()
Detected faces in a video.Methods in com.oracle.bmc.aivision.model with parameters of type VideoFace Modifier and Type Method Description VideoFace.Builder
VideoFace.Builder. copy(VideoFace model)
Method parameters in com.oracle.bmc.aivision.model with type arguments of type VideoFace Modifier and Type Method Description AnalyzeVideoResult.Builder
AnalyzeVideoResult.Builder. videoFaces(List<VideoFace> videoFaces)
Detected faces in a video.
-