TextModeration class

TextModeration を表すクラス。

コンストラクター

TextModeration(ContentModeratorClientContext)

TextModeration を作成します。

メソッド

detectLanguage(TextContentType1, HttpRequestBody, RequestOptionsBase)

この操作により、指定された入力コンテンツの言語が検出されます。 送信されたテキストを構成する主要言語の ISO 639-3 コード を返します。 110 言語以上をサポートしています。

detectLanguage(TextContentType1, HttpRequestBody, RequestOptionsBase, ServiceCallback<DetectedLanguage>)
detectLanguage(TextContentType1, HttpRequestBody, ServiceCallback<DetectedLanguage>)
screenText(TextContentType, HttpRequestBody, ServiceCallback<Screen>)
screenText(TextContentType, HttpRequestBody, TextModerationScreenTextOptionalParams)

100 を超える言語で不適切な表現を検出し、カスタムブラックリストと共有ブラックリストと照合します。

screenText(TextContentType, HttpRequestBody, TextModerationScreenTextOptionalParams, ServiceCallback<Screen>)

コンストラクターの詳細

TextModeration(ContentModeratorClientContext)

TextModeration を作成します。

new TextModeration(client: ContentModeratorClientContext)

パラメーター

client
ContentModeratorClientContext

サービス クライアントへの参照。

メソッドの詳細

detectLanguage(TextContentType1, HttpRequestBody, RequestOptionsBase)

この操作により、指定された入力コンテンツの言語が検出されます。 送信されたテキストを構成する主要言語の ISO 639-3 コード を返します。 110 言語以上をサポートしています。

function detectLanguage(textContentType: TextContentType1, textContent: HttpRequestBody, options?: RequestOptionsBase): Promise<TextModerationDetectLanguageResponse>

パラメーター

textContentType
TextContentType1

コンテンツの種類。 使用できる値は、'text/plain'、'text/html'、'text/xml'、'text/markdown' です。

textContent
HttpRequestBody

画面に表示するコンテンツ。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.TextModerationDetectLanguageResponse>

detectLanguage(TextContentType1, HttpRequestBody, RequestOptionsBase, ServiceCallback<DetectedLanguage>)

function detectLanguage(textContentType: TextContentType1, textContent: HttpRequestBody, options: RequestOptionsBase, callback: ServiceCallback<DetectedLanguage>)

パラメーター

textContentType
TextContentType1

コンテンツの種類。 使用できる値は、'text/plain'、'text/html'、'text/xml'、'text/markdown' です。

textContent
HttpRequestBody

画面に表示するコンテンツ。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<DetectedLanguage>

コールバック。

detectLanguage(TextContentType1, HttpRequestBody, ServiceCallback<DetectedLanguage>)

function detectLanguage(textContentType: TextContentType1, textContent: HttpRequestBody, callback: ServiceCallback<DetectedLanguage>)

パラメーター

textContentType
TextContentType1

コンテンツの種類。 使用できる値は、'text/plain'、'text/html'、'text/xml'、'text/markdown' です。

textContent
HttpRequestBody

画面に表示するコンテンツ。

callback

ServiceCallback<DetectedLanguage>

コールバック。

screenText(TextContentType, HttpRequestBody, ServiceCallback<Screen>)

function screenText(textContentType: TextContentType, textContent: HttpRequestBody, callback: ServiceCallback<Screen>)

パラメーター

textContentType
TextContentType

コンテンツの種類。 使用できる値は、'text/plain'、'text/html'、'text/xml'、'text/markdown' です。

textContent
HttpRequestBody

画面に表示するコンテンツ。

callback

ServiceCallback<Screen>

コールバック。

screenText(TextContentType, HttpRequestBody, TextModerationScreenTextOptionalParams)

100 を超える言語で不適切な表現を検出し、カスタムブラックリストと共有ブラックリストと照合します。

function screenText(textContentType: TextContentType, textContent: HttpRequestBody, options?: TextModerationScreenTextOptionalParams): Promise<TextModerationScreenTextResponse>

パラメーター

textContentType
TextContentType

コンテンツの種類。 使用できる値は、'text/plain'、'text/html'、'text/xml'、'text/markdown' です。

textContent
HttpRequestBody

画面に表示するコンテンツ。

options
TextModerationScreenTextOptionalParams

省略可能なパラメーター

戻り値

Promise<Models.TextModerationScreenTextResponse>

screenText(TextContentType, HttpRequestBody, TextModerationScreenTextOptionalParams, ServiceCallback<Screen>)

function screenText(textContentType: TextContentType, textContent: HttpRequestBody, options: TextModerationScreenTextOptionalParams, callback: ServiceCallback<Screen>)

パラメーター

textContentType
TextContentType

コンテンツの種類。 使用できる値は、'text/plain'、'text/html'、'text/xml'、'text/markdown' です。

textContent
HttpRequestBody

画面に表示するコンテンツ。

options
TextModerationScreenTextOptionalParams

省略可能なパラメーター

callback

ServiceCallback<Screen>

コールバック。