Package com.oracle.bmc.aivision.model
Class VideoStreamObjectDetectionFeature.Builder
- java.lang.Object
-
- com.oracle.bmc.aivision.model.VideoStreamObjectDetectionFeature.Builder
-
- Enclosing class:
- VideoStreamObjectDetectionFeature
public static class VideoStreamObjectDetectionFeature.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VideoStreamObjectDetectionFeature
build()
VideoStreamObjectDetectionFeature.Builder
copy(VideoStreamObjectDetectionFeature model)
VideoStreamObjectDetectionFeature.Builder
maxResults(Integer maxResults)
The maximum number of results per frame to return.VideoStreamObjectDetectionFeature.Builder
minConfidence(Float minConfidence)
The minimum confidence score, between 0 and 1, when the value is set, results with lower confidence will not be returned.
-
-
-
Method Detail
-
minConfidence
public VideoStreamObjectDetectionFeature.Builder minConfidence(Float minConfidence)
The minimum confidence score, between 0 and 1, when the value is set, results with lower confidence will not be returned.- Parameters:
minConfidence
- the value to set- Returns:
- this builder
-
maxResults
public VideoStreamObjectDetectionFeature.Builder maxResults(Integer maxResults)
The maximum number of results per frame to return.- Parameters:
maxResults
- the value to set- Returns:
- this builder
-
build
public VideoStreamObjectDetectionFeature build()
-
copy
public VideoStreamObjectDetectionFeature.Builder copy(VideoStreamObjectDetectionFeature model)
-
-