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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VideoStreamObject.Builder
boundingPolygon(BoundingPolygon boundingPolygon)
VideoStreamObject
build()
VideoStreamObject.Builder
confidence(Float confidence)
The confidence score, between 0 and 1.VideoStreamObject.Builder
copy(VideoStreamObject model)
VideoStreamObject.Builder
name(String name)
Name of the object category label.VideoStreamObject.Builder
objectId(Integer objectId)
Unique identifier for the object.VideoStreamObject.Builder
properties(ObjectProperties properties)
-
-
-
Method Detail
-
name
public VideoStreamObject.Builder name(String name)
Name of the object category label.- Parameters:
name
- the value to set- Returns:
- this builder
-
objectId
public VideoStreamObject.Builder objectId(Integer objectId)
Unique identifier for the object.- Parameters:
objectId
- the value to set- Returns:
- this builder
-
confidence
public VideoStreamObject.Builder confidence(Float confidence)
The confidence score, between 0 and 1.- Parameters:
confidence
- the value to set- Returns:
- this builder
-
boundingPolygon
public VideoStreamObject.Builder boundingPolygon(BoundingPolygon boundingPolygon)
-
properties
public VideoStreamObject.Builder properties(ObjectProperties properties)
-
build
public VideoStreamObject build()
-
copy
public VideoStreamObject.Builder copy(VideoStreamObject model)
-
-