Package com.oracle.bmc.aivision.model
Class VideoTrackingFrame.Builder
- java.lang.Object
-
- com.oracle.bmc.aivision.model.VideoTrackingFrame.Builder
-
- Enclosing class:
- VideoTrackingFrame
public static class VideoTrackingFrame.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VideoTrackingFrame.BuilderboundingPolygon(BoundingPolygon boundingPolygon)VideoTrackingFramebuild()VideoTrackingFrame.Builderconfidence(Float confidence)The confidence score, between 0 and 1.VideoTrackingFrame.Buildercopy(VideoTrackingFrame model)VideoTrackingFrame.Builderproperties(List<ObjectProperty> properties)Properties associated with the tracked object in the frame.VideoTrackingFrame.BuildertimeOffsetMs(Integer timeOffsetMs)Time offset(Milliseconds) of the frame.
-
-
-
Method Detail
-
timeOffsetMs
public VideoTrackingFrame.Builder timeOffsetMs(Integer timeOffsetMs)
Time offset(Milliseconds) of the frame.- Parameters:
timeOffsetMs- the value to set- Returns:
- this builder
-
confidence
public VideoTrackingFrame.Builder confidence(Float confidence)
The confidence score, between 0 and 1.- Parameters:
confidence- the value to set- Returns:
- this builder
-
boundingPolygon
public VideoTrackingFrame.Builder boundingPolygon(BoundingPolygon boundingPolygon)
-
properties
public VideoTrackingFrame.Builder properties(List<ObjectProperty> properties)
Properties associated with the tracked object in the frame.- Parameters:
properties- the value to set- Returns:
- this builder
-
build
public VideoTrackingFrame build()
-
copy
public VideoTrackingFrame.Builder copy(VideoTrackingFrame model)
-
-