public class ExpressionsApi extends Object
| Constructor and Description |
|---|
ExpressionsApi(String apiKey)
Generated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBasePath()
Generated.
|
List<List<Context>> |
getContextsForBulkExpression(String body,
Boolean get_fingerprint,
String retina_name,
Integer start_index,
Integer max_results,
Double sparsity)
Generated.
|
List<Context> |
getContextsForExpression(String body,
Boolean get_fingerprint,
String retina_name,
Integer start_index,
Integer max_results,
Double sparsity)
Generated.
|
ApiInvoker |
getInvoker()
Generated.
|
List<List<Term>> |
getSimilarTermsForBulkExpressionContext(String body,
Integer context_id,
String pos_type,
Boolean get_fingerprint,
String retina_name,
Integer start_index,
Integer max_results,
Double sparsity)
Generated.
|
List<Term> |
getSimilarTermsForExpressionContext(String body,
Integer context_id,
String pos_type,
Boolean get_fingerprint,
String retina_name,
Integer start_index,
Integer max_results,
Double sparsity)
Generated.
|
List<Fingerprint> |
resolveBulkExpression(String body,
String retina_name,
Double sparsity)
Generated.
|
Fingerprint |
resolveExpression(String body,
String retina_name,
Double sparsity)
Generated.
|
void |
setBasePath(String basePath)
Generated.
|
public ExpressionsApi(String apiKey)
public ApiInvoker getInvoker()
ApiInvokerpublic void setBasePath(String basePath)
basePath - the path to setpublic String getBasePath()
public Fingerprint resolveExpression(String body, String retina_name, Double sparsity) throws ApiException
ApiException - if an error occurs during querying of the API.public List<Context> getContextsForExpression(String body, Boolean get_fingerprint, String retina_name, Integer start_index, Integer max_results, Double sparsity) throws ApiException
ApiException - if an error occurs during querying of the API.public List<Term> getSimilarTermsForExpressionContext(String body, Integer context_id, String pos_type, Boolean get_fingerprint, String retina_name, Integer start_index, Integer max_results, Double sparsity) throws ApiException
ApiException - if an error occurs during querying of the API.public List<Fingerprint> resolveBulkExpression(String body, String retina_name, Double sparsity) throws ApiException
ApiException - if an error occurs during querying of the API.public List<List<Context>> getContextsForBulkExpression(String body, Boolean get_fingerprint, String retina_name, Integer start_index, Integer max_results, Double sparsity) throws ApiException
ApiException - if an error occurs during querying of the API.public List<List<Term>> getSimilarTermsForBulkExpressionContext(String body, Integer context_id, String pos_type, Boolean get_fingerprint, String retina_name, Integer start_index, Integer max_results, Double sparsity) throws ApiException
ApiException - if an error occurs during querying of the API.Copyright © 2015. All rights reserved.