This API retrieves raw text classification result for IAB-2, Documents or Sentiment taxonomy. It returns an object that contains information about the best class and its probability and about probabilities of the other classes. For Sentiment taxonomy Chinese and English are supported with the language auto-detection.
This resource represents a controller for single call text classification.
Classify raw text with IAB-2 taxonomy.
cURL REST Example
Request
curl-v"http://api.groupdocs.cloud/v1.0/classification/classify?bestClassesCount=3"-H"content-type: application/json"-XPOST-d'{ "Description" : "Medicine is an important part of our life" }'
The API is completely independent of your operating system, database system or development language. We provide and support API SDKs in many development languages in order to make it even easier to integrate. You can see our available SDKs list here
Classify raw text
C#
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.