public class ClassifyOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
ClassifyOptions.AcceptLanguage
The desired language of parts of the response.
|
static class |
ClassifyOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
acceptLanguage()
Gets the acceptLanguage.
|
java.util.List<java.lang.String> |
classifierIds()
Gets the classifierIds.
|
java.io.InputStream |
imagesFile()
Gets the imagesFile.
|
java.lang.String |
imagesFileContentType()
Gets the imagesFileContentType.
|
java.lang.String |
imagesFilename()
Gets the imagesFilename.
|
ClassifyOptions.Builder |
newBuilder()
New builder.
|
java.util.List<java.lang.String> |
owners()
Gets the owners.
|
java.lang.Float |
threshold()
Gets the threshold.
|
java.lang.String |
url()
Gets the url.
|
public ClassifyOptions.Builder newBuilder()
public java.io.InputStream imagesFile()
public java.lang.String imagesFilename()
public java.lang.String imagesFileContentType()
public java.lang.String url()
public java.lang.Float threshold()
public java.util.List<java.lang.String> owners()
public java.util.List<java.lang.String> classifierIds()
public java.lang.String acceptLanguage()