Freigeben über


TextModeration class

Klasse, die eine TextModeration darstellt.

Konstruktoren

TextModeration(ContentModeratorClientContext)

Erstellen Sie eine TextModeration.

Methoden

detectLanguage(TextContentType1, HttpRequestBody, RequestOptionsBase)

Mit diesem Vorgang wird die Sprache der jeweiligen Eingabe erkannt. Gibt den ISO 639-3-Code für die vorherrschende Sprache zurück, die den übermittelten Text enthält. Es werden mehr als 110 Sprachen unterstützt.

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

Erkennt Obszönitäten in mehr als 100 Sprachen und entspricht benutzerdefinierten und freigegebenen Blacklists.

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

Details zum Konstruktor

TextModeration(ContentModeratorClientContext)

Erstellen Sie eine TextModeration.

new TextModeration(client: ContentModeratorClientContext)

Parameter

client
ContentModeratorClientContext

Verweis auf den Dienstclient.

Details zur Methode

detectLanguage(TextContentType1, HttpRequestBody, RequestOptionsBase)

Mit diesem Vorgang wird die Sprache der jeweiligen Eingabe erkannt. Gibt den ISO 639-3-Code für die vorherrschende Sprache zurück, die den übermittelten Text enthält. Es werden mehr als 110 Sprachen unterstützt.

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

Parameter

textContentType
TextContentType1

Der Inhaltstyp. Mögliche Werte: "text/plain", "text/html", "text/xml", "text/markdown"

textContent
HttpRequestBody

Inhalt, der angezeigt werden soll.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.TextModerationDetectLanguageResponse>

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

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

Parameter

textContentType
TextContentType1

Der Inhaltstyp. Mögliche Werte: "text/plain", "text/html", "text/xml", "text/markdown"

textContent
HttpRequestBody

Inhalt, der angezeigt werden soll.

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<DetectedLanguage>

Der Rückruf.

detectLanguage(TextContentType1, HttpRequestBody, ServiceCallback<DetectedLanguage>)

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

Parameter

textContentType
TextContentType1

Der Inhaltstyp. Mögliche Werte: "text/plain", "text/html", "text/xml", "text/markdown"

textContent
HttpRequestBody

Inhalt, der angezeigt werden soll.

callback

ServiceCallback<DetectedLanguage>

Der Rückruf.

screenText(TextContentType, HttpRequestBody, ServiceCallback<Screen>)

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

Parameter

textContentType
TextContentType

Der Inhaltstyp. Mögliche Werte: "text/plain", "text/html", "text/xml", "text/markdown"

textContent
HttpRequestBody

Inhalt, der angezeigt werden soll.

callback

ServiceCallback<Screen>

Der Rückruf.

screenText(TextContentType, HttpRequestBody, TextModerationScreenTextOptionalParams)

Erkennt Obszönitäten in mehr als 100 Sprachen und entspricht benutzerdefinierten und freigegebenen Blacklists.

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

Parameter

textContentType
TextContentType

Der Inhaltstyp. Mögliche Werte: "text/plain", "text/html", "text/xml", "text/markdown"

textContent
HttpRequestBody

Inhalt, der angezeigt werden soll.

options
TextModerationScreenTextOptionalParams

Die optionalen Parameter

Gibt zurück

Promise<Models.TextModerationScreenTextResponse>

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

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

Parameter

textContentType
TextContentType

Der Inhaltstyp. Mögliche Werte: "text/plain", "text/html", "text/xml", "text/markdown"

textContent
HttpRequestBody

Inhalt, der angezeigt werden soll.

options
TextModerationScreenTextOptionalParams

Die optionalen Parameter

callback

ServiceCallback<Screen>

Der Rückruf.