Package com.oracle.bmc.aivision.model
Class VideoStreamObjectTrackingFeature.Builder
- java.lang.Object
-
- com.oracle.bmc.aivision.model.VideoStreamObjectTrackingFeature.Builder
-
- Enclosing class:
- VideoStreamObjectTrackingFeature
public static class VideoStreamObjectTrackingFeature.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VideoStreamObjectTrackingFeature
build()
VideoStreamObjectTrackingFeature.Builder
copy(VideoStreamObjectTrackingFeature model)
VideoStreamObjectTrackingFeature.Builder
trackingTypes(List<TrackingType> trackingTypes)
List of details of what to track.
-
-
-
Method Detail
-
trackingTypes
public VideoStreamObjectTrackingFeature.Builder trackingTypes(List<TrackingType> trackingTypes)
List of details of what to track.- Parameters:
trackingTypes
- the value to set- Returns:
- this builder
-
build
public VideoStreamObjectTrackingFeature build()
-
copy
public VideoStreamObjectTrackingFeature.Builder copy(VideoStreamObjectTrackingFeature model)
-
-