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