TextModeration class
Klass som representerar en TextModeration.
Konstruktorer
Text |
Skapa en TextModeration. |
Metoder
detect |
Den här åtgärden identifierar språket för angivet indatainnehåll. Returnerar ISO 639-3-koden för det dominerande språket som består av den skickade texten. Över 110 språk stöds. |
detect |
|
detect |
|
screen |
|
screen |
Identifierar svordomar på fler än 100 språk och matchar anpassade och delade svarta listor. |
screen |
Konstruktorinformation
TextModeration(ContentModeratorClientContext)
Skapa en TextModeration.
new TextModeration(client: ContentModeratorClientContext)
Parametrar
Referens till tjänstklienten.
Metodinformation
detectLanguage(TextContentType1, HttpRequestBody, RequestOptionsBase)
Den här åtgärden identifierar språket för angivet indatainnehåll. Returnerar ISO 639-3-koden för det dominerande språket som består av den skickade texten. Över 110 språk stöds.
function detectLanguage(textContentType: TextContentType1, textContent: HttpRequestBody, options?: RequestOptionsBase): Promise<TextModerationDetectLanguageResponse>
Parametrar
- textContentType
- TextContentType1
Innehållstypen. Möjliga värden är: "text/plain", "text/html", "text/xml", "text/markdown"
- textContent
- HttpRequestBody
Innehåll på skärmen.
- options
- RequestOptionsBase
De valfria parametrarna
Returer
Promise<TextModerationDetectLanguageResponse>
Promise<Models.TextModerationDetectLanguageResponse>
detectLanguage(TextContentType1, HttpRequestBody, RequestOptionsBase, ServiceCallback<DetectedLanguage>)
function detectLanguage(textContentType: TextContentType1, textContent: HttpRequestBody, options: RequestOptionsBase, callback: ServiceCallback<DetectedLanguage>)
Parametrar
- textContentType
- TextContentType1
Innehållstypen. Möjliga värden är: "text/plain", "text/html", "text/xml", "text/markdown"
- textContent
- HttpRequestBody
Innehåll på skärmen.
- options
- RequestOptionsBase
De valfria parametrarna
- callback
Motringningen
detectLanguage(TextContentType1, HttpRequestBody, ServiceCallback<DetectedLanguage>)
function detectLanguage(textContentType: TextContentType1, textContent: HttpRequestBody, callback: ServiceCallback<DetectedLanguage>)
Parametrar
- textContentType
- TextContentType1
Innehållstypen. Möjliga värden är: "text/plain", "text/html", "text/xml", "text/markdown"
- textContent
- HttpRequestBody
Innehåll på skärmen.
- callback
Motringningen
screenText(TextContentType, HttpRequestBody, ServiceCallback<Screen>)
function screenText(textContentType: TextContentType, textContent: HttpRequestBody, callback: ServiceCallback<Screen>)
Parametrar
- textContentType
- TextContentType
Innehållstypen. Möjliga värden är: "text/plain", "text/html", "text/xml", "text/markdown"
- textContent
- HttpRequestBody
Innehåll på skärmen.
- callback
Motringningen
screenText(TextContentType, HttpRequestBody, TextModerationScreenTextOptionalParams)
Identifierar svordomar på fler än 100 språk och matchar anpassade och delade svarta listor.
function screenText(textContentType: TextContentType, textContent: HttpRequestBody, options?: TextModerationScreenTextOptionalParams): Promise<TextModerationScreenTextResponse>
Parametrar
- textContentType
- TextContentType
Innehållstypen. Möjliga värden är: "text/plain", "text/html", "text/xml", "text/markdown"
- textContent
- HttpRequestBody
Innehåll på skärmen.
De valfria parametrarna
Returer
Promise<TextModerationScreenTextResponse>
Promise<Models.TextModerationScreenTextResponse>
screenText(TextContentType, HttpRequestBody, TextModerationScreenTextOptionalParams, ServiceCallback<Screen>)
function screenText(textContentType: TextContentType, textContent: HttpRequestBody, options: TextModerationScreenTextOptionalParams, callback: ServiceCallback<Screen>)
Parametrar
- textContentType
- TextContentType
Innehållstypen. Möjliga värden är: "text/plain", "text/html", "text/xml", "text/markdown"
- textContent
- HttpRequestBody
Innehåll på skärmen.
De valfria parametrarna
- callback
Motringningen