NLP
The session ID
Word to be looked up
Success
Response of a Get Word Vector request.
Word vector.
Progressive number of the request (since the Server started). Use this number, together with the RequestDateTime property, to report an anomalous response.
Timestamp of the request. Use this timestamp, together with the RequestID property, to report an anomalous response.
Result code. A code of 0 means no errors.
When the request fails, its value is equivalent to the HTTP
status code.
Result message. A message of Ok means no errors.
Success
The session ID
Word to be searcher for
Success
Response of a Get Similar Words request.
List of similar words.
Progressive number of the request (since the Server started). Use this number, together with the RequestDateTime property, to report an anomalous response.
Timestamp of the request. Use this timestamp, together with the RequestID property, to report an anomalous response.
Result code. A code of 0 means no errors.
When the request fails, its value is equivalent to the HTTP
status code.
Result message. A message of Ok means no errors.
Success
The session ID
Specifications for requests requiring a sentence.
Text of the sentence. Required.
Success
Response of a Guess Language request.
Progressive number of the request (since the Server started). Use this number, together with the RequestDateTime property, to report an anomalous response.
Timestamp of the request. Use this timestamp, together with the RequestID property, to report an anomalous response.
Result code. A code of 0 means no errors.
When the request fails, its value is equivalent to the HTTP
status code.
Result message. A message of Ok means no errors.
Success
The session ID
Specifications for requests requiring a two sentences.
Text of the reference sentence. Required.
Type of reference text, i.e. question or answer. Required. Only types supported are: QUESTION ANSWER
Text of the comparison sentence. Required.
Type of comparison text, i.e. question or answer. Required. Only types supported are: QUESTION ANSWER
Success
Response of a Compute Sentences Similarity request.
Similarity index, between 0.0 (totally different) and 1.0 (identical).
Similarity level, i.e. none, low, medium or high. Currently supported similarity levels are: NONE LOW MEDIUM HIGH
Progressive number of the request (since the Server started). Use this number, together with the RequestDateTime property, to report an anomalous response.
Timestamp of the request. Use this timestamp, together with the RequestID property, to report an anomalous response.
Result code. A code of 0 means no errors.
When the request fails, its value is equivalent to the HTTP
status code.
Result message. A message of Ok means no errors.
Success
The session ID
Specifications for requests requiring a sentence.
Text of the sentence. Required.
Success
Response of a Check Undefined Words request.
List of words missing from the word vector dictionary.
Progressive number of the request (since the Server started). Use this number, together with the RequestDateTime property, to report an anomalous response.
Timestamp of the request. Use this timestamp, together with the RequestID property, to report an anomalous response.
Result code. A code of 0 means no errors.
When the request fails, its value is equivalent to the HTTP
status code.
Result message. A message of Ok means no errors.
Success
The session ID
Specifications for requests requiring a sentence.
Text of the sentence. Required.
Success
Response of a Check NSFW request.
True if the checked content is considered NSFW.
Progressive number of the request (since the Server started). Use this number, together with the RequestDateTime property, to report an anomalous response.
Timestamp of the request. Use this timestamp, together with the RequestID property, to report an anomalous response.
Result code. A code of 0 means no errors.
When the request fails, its value is equivalent to the HTTP
status code.
Result message. A message of Ok means no errors.
Success
Last updated