Class SoapAIClient
java.lang.Object
com.logicaldoc.webservice.soap.client.SoapClient<AIService>
com.logicaldoc.ai.webswervice.soap.client.SoapAIClient
- All Implemented Interfaces:
AIService
public class SoapAIClient
extends com.logicaldoc.webservice.soap.client.SoapClient<AIService>
implements AIService
AIService client- Since:
- 9.2
- Author:
- Marco Meschieri - LogicalDOC
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat[]List<com.logicaldoc.webservice.model.WSDocument> semanticSearch(String sid, WSSemanticSearchOptions parameterObject, Integer maxResults)
-
Constructor Details
-
SoapAIClient
-
SoapAIClient
-
-
Method Details
-
query
-
semanticSearch
public List<com.logicaldoc.webservice.model.WSDocument> semanticSearch(String sid, WSSemanticSearchOptions parameterObject, Integer maxResults) throws com.logicaldoc.core.security.authentication.AuthenticationException, com.logicaldoc.webservice.WebserviceException, com.logicaldoc.core.PersistenceException, com.logicaldoc.core.runtime.FeatureDisabledException - Specified by:
semanticSearchin interfaceAIService- Throws:
com.logicaldoc.core.security.authentication.AuthenticationExceptioncom.logicaldoc.webservice.WebserviceExceptioncom.logicaldoc.core.PersistenceExceptioncom.logicaldoc.core.runtime.FeatureDisabledException
-
embed
public float[] embed(String sid, long schemeId, String input) throws com.logicaldoc.core.PersistenceException, com.logicaldoc.core.security.authentication.AuthenticationException, com.logicaldoc.webservice.WebserviceException, com.logicaldoc.core.runtime.FeatureDisabledException, AIException, IOException - Specified by:
embedin interfaceAIService- Throws:
com.logicaldoc.core.PersistenceExceptioncom.logicaldoc.core.security.authentication.AuthenticationExceptioncom.logicaldoc.webservice.WebserviceExceptioncom.logicaldoc.core.runtime.FeatureDisabledExceptionAIExceptionIOException
-