public final class CategoriesRequest extends Request
| Modifier and Type | Class and Description |
|---|---|
static class |
CategoriesRequest.Builder
Fluent builder class for
CategoriesRequest. |
| Modifier | Constructor and Description |
|---|---|
protected |
CategoriesRequest(com.basistech.util.LanguageCode language,
Object content,
String contentUri,
String contentType,
CategoriesOptions options)
Constructor for
CategoriesRequest |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
if the param is a
CategoriesRequest, compare contents for equality |
CategoriesOptions |
getOptions()
get the categorization options
|
int |
hashCode() |
getContent, getContentBytes, getContentType, getContentUri, getLanguage, getRawContentprotected CategoriesRequest(com.basistech.util.LanguageCode language,
Object content,
String contentUri,
String contentType,
CategoriesOptions options)
CategoriesRequestlanguage - language codecontent - raw datacontentUri - uri pointing to the datacontentType - byte array of dataoptions - categorization optionspublic CategoriesOptions getOptions()
Copyright © 2014–2016 Basis Technology Corp.. All rights reserved.