Classify Documents & Text with .NET SDK

.NET Cloud SDK to communicate with classification REST API for automated classification of text and documents according to IAB-2, Documents, or Sentiment taxonomy.

  • GroupDocs.Classification Cloud SDK for cURL
Start Free Trial

GroupDocs.Classification Cloud SDK for .NET enables you to classify your raw text as well as documents into predefined categories. Classification Cloud SDK supports multiple taxonomy types, such as IAB-2, Documents & Sentiment taxonomy. Classification information can be viewed regarding classes as well as their respective probabilities.

Advanced Document Classification REST API Features

Classify raw text based on IAB-2, Documents, and Sentiment taxonomies

Perform classification of the documents as per IAB-2, Documents, or Sentiment taxonomies

View classification information regarding classes and their respective probabilities

Speed up the development process

100% tested and out of the box running

Convenient to use API

Easy integration with REST API

APIs are secured and require authentication

API explorer based on swagger collection

APIs are secured and require authentication

API explorer based on swagger collection

Supported Types of Taxonomy

GroupDocs.Classification Cloud SDK for .NET performs classification based on four types of Taxonomies. The raw text or document classification is done as per IAB-2, Document, Sentiment, or Sentiment3 taxonomies. Following example shows how to classify raw text based on IAB-2 taxonomy using SDK:

Get document page as responsive HTML - .NET

var request = new ClassifyRequest(new BaseRequest()
  {
    Description = "Try Text classification"
  },
  "3");
// Get classification results
var response = apiInstance.Classify(request);
Debug.Print(response.ToString());

Support and Learning Resources

GroupDocs.Classification Cloud also offers individual document rendering SDKs for other popular languages as listed below:

  English
4bde1f0