Uses of Class
com.oracle.bmc.aivision.model.TrackingType
-
Packages that use TrackingType Package Description com.oracle.bmc.aivision.model -
-
Uses of TrackingType in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return TrackingType Modifier and Type Method Description TrackingTypeTrackingType.Builder. build()Methods in com.oracle.bmc.aivision.model that return types with arguments of type TrackingType Modifier and Type Method Description List<TrackingType>VideoStreamObjectTrackingFeature. getTrackingTypes()List of details of what to track.Methods in com.oracle.bmc.aivision.model with parameters of type TrackingType Modifier and Type Method Description TrackingType.BuilderTrackingType.Builder. copy(TrackingType model)Method parameters in com.oracle.bmc.aivision.model with type arguments of type TrackingType Modifier and Type Method Description VideoStreamObjectTrackingFeature.BuilderVideoStreamObjectTrackingFeature.Builder. trackingTypes(List<TrackingType> trackingTypes)List of details of what to track.Constructor parameters in com.oracle.bmc.aivision.model with type arguments of type TrackingType Constructor Description VideoStreamObjectTrackingFeature(List<TrackingType> trackingTypes)Deprecated.
-