Uses of Class
com.oracle.bmc.aivision.model.ImageObjectDetectionFeature.Builder
-
Packages that use ImageObjectDetectionFeature.Builder Package Description com.oracle.bmc.aivision.model -
-
Uses of ImageObjectDetectionFeature.Builder in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return ImageObjectDetectionFeature.Builder Modifier and Type Method Description static ImageObjectDetectionFeature.Builder
ImageObjectDetectionFeature. builder()
Create a new builder.ImageObjectDetectionFeature.Builder
ImageObjectDetectionFeature.Builder. copy(ImageObjectDetectionFeature model)
ImageObjectDetectionFeature.Builder
ImageObjectDetectionFeature.Builder. maxResults(Integer maxResults)
The maximum number of results to return.ImageObjectDetectionFeature.Builder
ImageObjectDetectionFeature.Builder. modelId(String modelId)
The custom model ID.ImageObjectDetectionFeature.Builder
ImageObjectDetectionFeature. toBuilder()
-