VOOZH about

URL: https://products.groupdocs.cloud/classification/net

⇱ .NET Documents & Text Classification Cloud SDK for PDF Word Text


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.

Start Free Trial

👁 GroupDocs.Classification for Cloud
GroupDocs.Classification
Cloud SDK for .NET

GitHub Learn Buy

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.

  • At a
    Glance
  • Supported
    File Formats
  • Platform
    Independence

An overview of the main features supported by GroupDocs.Classification Cloud SDK for .NET.‎

  • Classify Raw Data
  • Classify Document

GroupDocs.Classification Cloud SDK for .NET supports a number of document formats.

  • Word: DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF
  • OpenDocument: ODT, OTT
  • Fixed Layout: PDF
  • Text: TXT

GroupDocs.Classification Cloud SDK for .NET - some of the supported languages and platforms.

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

Start Free Trial
Download GitHub Repository

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

👁 GroupDocs.Classification Cloud SDK for cURL
GroupDocs.Classification
Cloud for cURL

cc4576c