IContentModeratorClient Interface

Definition

You use the API to scan your content as it is generated. Content Moderator then processes your content and sends the results along with relevant information either back to your systems or to the built-in review tool. You can use this information to take decisions e.g. take it down, send to human judge, etc.

When using the API, images need to have a minimum of 128 pixels and a maximum file size of 4MB. Text can be at most 1024 characters long. If the content passed to the text API or the image API exceeds the size limits, the API will return an error code that informs about the issue.

public interface IContentModeratorClient : IDisposable
type IContentModeratorClient = interface
    interface IDisposable
Public Interface IContentModeratorClient
Implements IDisposable
Derived
Implements

Properties

Credentials

Subscription credentials which uniquely identify client subscription.

DeserializationSettings

Gets or sets json deserialization settings.

Endpoint

Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus.api.cognitive.microsoft.com).

ImageModeration

Gets the IImageModeration.

ListManagementImage

Gets the IListManagementImage.

ListManagementImageLists

Gets the IListManagementImageLists.

ListManagementTerm

Gets the IListManagementTerm.

ListManagementTermLists

Gets the IListManagementTermLists.

Reviews

Gets the IReviews.

SerializationSettings

The base URI of the service.

TextModeration

Gets the ITextModeration.

Applies to