TextModeration

This operation will detect the language of given input content. Returns the <a href="http://www-01.sil.org/iso639-3/codes.asp">ISO 639-3 code</a> for the predominant language comprising the submitted text. Over 110 languages supported.

post/contentmoderator/moderate/v1.0/ProcessText/DetectLanguage

Headers

Content-Type'text/plain' | 'text/html' | 'text/xml' | 'text/markdown' required

The content type.

Response

The detected language result.

DetectedLanguagestring

The detected language.

TrackingIdstring

The tracking id.

Changes