TextModeration class
Klasse, die eine TextModeration darstellt.
Konstruktoren
Text |
Erstellen Sie eine TextModeration. |
Methoden
detect |
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. |
detect |
|
detect |
|
screen |
|
screen |
Erkennt Obszönitäten in mehr als 100 Sprachen und entspricht benutzerdefinierten und freigegebenen Blacklists. |
screen |
Details zum Konstruktor
TextModeration(ContentModeratorClientContext)
Erstellen Sie eine TextModeration.
new TextModeration(client: ContentModeratorClientContext)
Parameter
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<TextModerationDetectLanguageResponse>
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
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
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
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.
Die optionalen Parameter
Gibt zurück
Promise<TextModerationScreenTextResponse>
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.
Die optionalen Parameter
- callback
Der Rückruf.