Uses of Class
com.oracle.bmc.aivision.model.VideoFaceFrame
-
Packages that use VideoFaceFrame Package Description com.oracle.bmc.aivision.model -
-
Uses of VideoFaceFrame in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return VideoFaceFrame Modifier and Type Method Description VideoFaceFrame
VideoFaceFrame.Builder. build()
Methods in com.oracle.bmc.aivision.model that return types with arguments of type VideoFaceFrame Modifier and Type Method Description List<VideoFaceFrame>
VideoFaceSegment. getFrames()
Face frames in a segment.Methods in com.oracle.bmc.aivision.model with parameters of type VideoFaceFrame Modifier and Type Method Description VideoFaceFrame.Builder
VideoFaceFrame.Builder. copy(VideoFaceFrame model)
Method parameters in com.oracle.bmc.aivision.model with type arguments of type VideoFaceFrame Modifier and Type Method Description VideoFaceSegment.Builder
VideoFaceSegment.Builder. frames(List<VideoFaceFrame> frames)
Face frames in a segment.Constructor parameters in com.oracle.bmc.aivision.model with type arguments of type VideoFaceFrame Constructor Description VideoFaceSegment(VideoSegment videoSegment, Float confidence, List<VideoFaceFrame> frames)
Deprecated.
-