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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll 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- 
timeOffsetMspublic VideoTrackingFrame.Builder timeOffsetMs(Integer timeOffsetMs) Time offset(Milliseconds) of the frame.- Parameters:
- timeOffsetMs- the value to set
- Returns:
- this builder
 
 - 
confidencepublic VideoTrackingFrame.Builder confidence(Float confidence) The confidence score, between 0 and 1.- Parameters:
- confidence- the value to set
- Returns:
- this builder
 
 - 
boundingPolygonpublic VideoTrackingFrame.Builder boundingPolygon(BoundingPolygon boundingPolygon) 
 - 
propertiespublic VideoTrackingFrame.Builder properties(List<ObjectProperty> properties) Properties associated with the tracked object in the frame.- Parameters:
- properties- the value to set
- Returns:
- this builder
 
 - 
buildpublic VideoTrackingFrame build() 
 - 
copypublic VideoTrackingFrame.Builder copy(VideoTrackingFrame model) 
 
- 
 
-