public static class ImageObjectDetectionFeature.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public ImageObjectDetectionFeature.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- the value to setpublic ImageObjectDetectionFeature.Builder modelId(String modelId)
The custom model ID.
modelId
- the value to setpublic ImageObjectDetectionFeature build()
public ImageObjectDetectionFeature.Builder copy(ImageObjectDetectionFeature model)
Copyright © 2016–2024. All rights reserved.