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