Previous Topic: Content Classification Service Classify APINext Topic: Classes


Methods

This section details the methods available from the Classify service.

Classify

There is single Classify() method that allows the content to be classified, and existing content classifications to be retrieved. The different modes of operation are configured by setting options in the ClassificationArgs object that is passed as a parameter.

The method has the following syntax:

ClassifyResult Classify(ClassificationArgs args);
ClassifyVersion

Returns the current Classify API version.

The method has the following syntax:

string ClassifyVersion()