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