Uses of Class
com.oracle.bmc.aivision.model.VideoStreamObject
-
Packages that use VideoStreamObject Package Description com.oracle.bmc.aivision.model -
-
Uses of VideoStreamObject in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return VideoStreamObject Modifier and Type Method Description VideoStreamObject
VideoStreamObject.Builder. build()
Methods in com.oracle.bmc.aivision.model that return types with arguments of type VideoStreamObject Modifier and Type Method Description List<VideoStreamObject>
AnalyzeVideoStreamResult. getVideoStreamObjects()
Tracked objects in a video stream.Methods in com.oracle.bmc.aivision.model with parameters of type VideoStreamObject Modifier and Type Method Description VideoStreamObject.Builder
VideoStreamObject.Builder. copy(VideoStreamObject model)
Method parameters in com.oracle.bmc.aivision.model with type arguments of type VideoStreamObject Modifier and Type Method Description AnalyzeVideoStreamResult.Builder
AnalyzeVideoStreamResult.Builder. videoStreamObjects(List<VideoStreamObject> videoStreamObjects)
Tracked objects in a video stream.Constructor parameters in com.oracle.bmc.aivision.model with type arguments of type VideoStreamObject Constructor Description AnalyzeVideoStreamResult(OntologyClass ontologyClasses, VideoStreamMetadata videoStreamMetadata, String imageData, String streamJobId, String streamSourceId, String timestamp, List<VideoStreamObject> videoStreamObjects, List<ModelVersionDetails> objectTrackingModelVersions, List<ModelVersionDetails> objectDetectionModelVersions, List<ProcessingError> errors)
Deprecated.
-