public class TextApi extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getBasePath()
Generated.
|
ApiInvoker |
getInvoker()
Generated.
|
List<String> |
getKeywordsForText(String body,
String retina_name)
Generated.
|
Retina |
getLanguage(String body)
Generated.
|
List<Fingerprint> |
getRepresentationForText(String body,
String retina_name)
Generated.
|
List<Fingerprint> |
getRepresentationsForBulkText(String body,
String retina_name,
Double sparsity)
Generated.
|
List<Text> |
getSlicesForText(String body,
Boolean get_fingerprint,
String retina_name,
Integer start_index,
Integer max_results)
Generated.
|
List<String> |
getTokensForText(String body,
String POStags,
String retina_name)
Generated.
|
void |
setBasePath(String basePath)
Generated.
|
public TextApi(String apiKey)
public ApiInvoker getInvoker()
ApiInvokerpublic void setBasePath(String basePath)
basePath - the path to setpublic String getBasePath()
public List<Fingerprint> getRepresentationForText(String body, String retina_name) throws ApiException
ApiException - if an error occurs during querying of the API.public List<String> getKeywordsForText(String body, String retina_name) throws ApiException
ApiException - if an error occurs during querying of the API.public List<String> getTokensForText(String body, String POStags, String retina_name) throws ApiException
ApiException - if an error occurs during querying of the API.public List<Text> getSlicesForText(String body, Boolean get_fingerprint, String retina_name, Integer start_index, Integer max_results) throws ApiException
ApiException - if an error occurs during querying of the API.public List<Fingerprint> getRepresentationsForBulkText(String body, String retina_name, Double sparsity) throws ApiException
ApiException - if an error occurs during querying of the API.public Retina getLanguage(String body) throws ApiException
ApiException - if an error occurs during querying of the API.Copyright © 2015. All rights reserved.