Previous Topic: API VersioningNext Topic: Content Classification Service Dictionary API


Functional Overview

The CCS web service is implemented using the Window Communication Foundation (WCF) framework provided by Microsoft for building service-oriented applications. The framework allows services to be exposed through different end points. One end point is a SOAP-based web service hosted in IIS, which is the implementation method used for the CCS.

The CCS runs as a single service in IIS, but it is split into two interfaces, CCSDictionary and CCSClassify.

CCSDictionary

The CCSDictionary interface provides access to the list of Dictionary Classifications that are available for the calling application. These classifications are available to be applied to content that CCS has classified.

CCSClassify

The CCSClassify interface provides the functionality to classify new content, and to return a list of existing classifications for content that was previously classified.

More information:

Content Classification Service Dictionary API

Content Classification Service Classify API

Common Classes and Types