Package | Description |
---|---|
com.oracle.bmc.aivision.model |
Modifier and Type | Method and 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() |
Copyright © 2016–2024. All rights reserved.