Package com.oracle.bmc.aivision.model
Class VideoLabelDetectionFeature.Builder
- java.lang.Object
-
- com.oracle.bmc.aivision.model.VideoLabelDetectionFeature.Builder
-
- Enclosing class:
- VideoLabelDetectionFeature
public static class VideoLabelDetectionFeature.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VideoLabelDetectionFeature
build()
VideoLabelDetectionFeature.Builder
copy(VideoLabelDetectionFeature model)
VideoLabelDetectionFeature.Builder
maxResults(Integer maxResults)
The maximum number of results per video frame to return.VideoLabelDetectionFeature.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.VideoLabelDetectionFeature.Builder
modelId(String modelId)
The custom model ID.
-
-
-
Method Detail
-
minConfidence
public VideoLabelDetectionFeature.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 VideoLabelDetectionFeature.Builder maxResults(Integer maxResults)
The maximum number of results per video frame to return.- Parameters:
maxResults
- the value to set- Returns:
- this builder
-
modelId
public VideoLabelDetectionFeature.Builder modelId(String modelId)
The custom model ID.- Parameters:
modelId
- the value to set- Returns:
- this builder
-
build
public VideoLabelDetectionFeature build()
-
copy
public VideoLabelDetectionFeature.Builder copy(VideoLabelDetectionFeature model)
-
-