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