Package com.oracle.bmc.aivision.model
Class ImageObjectDetectionFeature.Builder
- java.lang.Object
-
- com.oracle.bmc.aivision.model.ImageObjectDetectionFeature.Builder
-
- Enclosing class:
- ImageObjectDetectionFeature
public static class ImageObjectDetectionFeature.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageObjectDetectionFeature
build()
ImageObjectDetectionFeature.Builder
copy(ImageObjectDetectionFeature model)
ImageObjectDetectionFeature.Builder
maxResults(Integer maxResults)
The maximum number of results to return.ImageObjectDetectionFeature.Builder
modelId(String modelId)
The custom model ID.
-
-
-
Method Detail
-
maxResults
public ImageObjectDetectionFeature.Builder maxResults(Integer maxResults)
The maximum number of results to return.- Parameters:
maxResults
- the value to set- Returns:
- this builder
-
modelId
public ImageObjectDetectionFeature.Builder modelId(String modelId)
The custom model ID.- Parameters:
modelId
- the value to set- Returns:
- this builder
-
build
public ImageObjectDetectionFeature build()
-
copy
public ImageObjectDetectionFeature.Builder copy(ImageObjectDetectionFeature model)
-
-