Uses of Class
com.oracle.bmc.aivision.model.VideoTrackedObject
-
Packages that use VideoTrackedObject Package Description com.oracle.bmc.aivision.model -
-
Uses of VideoTrackedObject in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return VideoTrackedObject Modifier and Type Method Description VideoTrackedObject
VideoTrackedObject.Builder. build()
Methods in com.oracle.bmc.aivision.model that return types with arguments of type VideoTrackedObject Modifier and Type Method Description List<VideoTrackedObject>
AnalyzeVideoResult. getVideoTrackedObjects()
Tracked objects in a video.Methods in com.oracle.bmc.aivision.model with parameters of type VideoTrackedObject Modifier and Type Method Description VideoTrackedObject.Builder
VideoTrackedObject.Builder. copy(VideoTrackedObject model)
Method parameters in com.oracle.bmc.aivision.model with type arguments of type VideoTrackedObject Modifier and Type Method Description AnalyzeVideoResult.Builder
AnalyzeVideoResult.Builder. videoTrackedObjects(List<VideoTrackedObject> videoTrackedObjects)
Tracked objects in a video.
-