Uses of Class
com.oracle.bmc.aivision.model.VideoStreamFaceDetectionFeature.Builder
-
Packages that use VideoStreamFaceDetectionFeature.Builder Package Description com.oracle.bmc.aivision.model -
-
Uses of VideoStreamFaceDetectionFeature.Builder in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return VideoStreamFaceDetectionFeature.Builder Modifier and Type Method Description static VideoStreamFaceDetectionFeature.Builder
VideoStreamFaceDetectionFeature. builder()
Create a new builder.VideoStreamFaceDetectionFeature.Builder
VideoStreamFaceDetectionFeature.Builder. copy(VideoStreamFaceDetectionFeature model)
VideoStreamFaceDetectionFeature.Builder
VideoStreamFaceDetectionFeature.Builder. maxResults(Integer maxResults)
The maximum number of results to return.VideoStreamFaceDetectionFeature.Builder
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.VideoStreamFaceDetectionFeature.Builder
VideoStreamFaceDetectionFeature.Builder. shouldReturnLandmarks(Boolean shouldReturnLandmarks)
Whether or not return face landmarks.VideoStreamFaceDetectionFeature.Builder
VideoStreamFaceDetectionFeature. toBuilder()
-