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