Package com.oracle.bmc.aivision.model
Class VideoStreamFaceDetectionFeature.Builder
- java.lang.Object
-
- com.oracle.bmc.aivision.model.VideoStreamFaceDetectionFeature.Builder
-
- Enclosing class:
- VideoStreamFaceDetectionFeature
public static class VideoStreamFaceDetectionFeature.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VideoStreamFaceDetectionFeaturebuild()VideoStreamFaceDetectionFeature.Buildercopy(VideoStreamFaceDetectionFeature model)VideoStreamFaceDetectionFeature.BuildermaxResults(Integer maxResults)The maximum number of results to return.VideoStreamFaceDetectionFeature.BuilderminConfidence(Float minConfidence)The minimum confidence score, between 0 and 1, when the value is set, results with lower confidence will not be returned.VideoStreamFaceDetectionFeature.BuildershouldReturnLandmarks(Boolean shouldReturnLandmarks)Whether or not return face landmarks.
-
-
-
Method Detail
-
maxResults
public VideoStreamFaceDetectionFeature.Builder maxResults(Integer maxResults)
The maximum number of results to return.- Parameters:
maxResults- the value to set- Returns:
- this builder
-
shouldReturnLandmarks
public VideoStreamFaceDetectionFeature.Builder shouldReturnLandmarks(Boolean shouldReturnLandmarks)
Whether or not return face landmarks.- Parameters:
shouldReturnLandmarks- the value to set- Returns:
- this builder
-
minConfidence
public VideoStreamFaceDetectionFeature.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
-
build
public VideoStreamFaceDetectionFeature build()
-
copy
public VideoStreamFaceDetectionFeature.Builder copy(VideoStreamFaceDetectionFeature model)
-
-