Package com.oracle.bmc.aivision.model
Class VideoStreamObject.Builder
- java.lang.Object
- 
- com.oracle.bmc.aivision.model.VideoStreamObject.Builder
 
- 
- Enclosing class:
- VideoStreamObject
 
 public static class VideoStreamObject.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description VideoStreamObject.BuilderboundingPolygon(BoundingPolygon boundingPolygon)VideoStreamObjectbuild()VideoStreamObject.Builderconfidence(Float confidence)The confidence score, between 0 and 1.VideoStreamObject.Buildercopy(VideoStreamObject model)VideoStreamObject.Buildername(String name)Name of the object category label.VideoStreamObject.BuilderobjectId(Integer objectId)Unique identifier for the object.VideoStreamObject.Builderproperties(ObjectProperties properties)
 
- 
- 
- 
Method Detail- 
namepublic VideoStreamObject.Builder name(String name) Name of the object category label.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
objectIdpublic VideoStreamObject.Builder objectId(Integer objectId) Unique identifier for the object.- Parameters:
- objectId- the value to set
- Returns:
- this builder
 
 - 
confidencepublic VideoStreamObject.Builder confidence(Float confidence) The confidence score, between 0 and 1.- Parameters:
- confidence- the value to set
- Returns:
- this builder
 
 - 
boundingPolygonpublic VideoStreamObject.Builder boundingPolygon(BoundingPolygon boundingPolygon) 
 - 
propertiespublic VideoStreamObject.Builder properties(ObjectProperties properties) 
 - 
buildpublic VideoStreamObject build() 
 - 
copypublic VideoStreamObject.Builder copy(VideoStreamObject model) 
 
- 
 
-