public class ClassifyOptions extends GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
ClassifyOptions.AcceptLanguage
The language of the output class names.
|
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.String |
parameters()
Deprecated.
replaced by the top-level parameters url, threshold, owners, and classifierIds
|
java.lang.Float |
threshold()
Gets the threshold.
|
java.lang.String |
url()
Gets the url.
|
equals, hashCode, toString
public ClassifyOptions.Builder newBuilder()
public java.io.InputStream imagesFile()
public java.lang.String imagesFilename()
public java.lang.String acceptLanguage()
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 imagesFileContentType()
public java.lang.String parameters()