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