Dela via


TextModeration class

Klass som representerar en TextModeration.

Konstruktorer

TextModeration(ContentModeratorClientContext)

Skapa en TextModeration.

Metoder

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.

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

Identifierar svordomar på fler än 100 språk och matchar anpassade och delade svarta listor.

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

Konstruktorinformation

TextModeration(ContentModeratorClientContext)

Skapa en TextModeration.

new TextModeration(client: ContentModeratorClientContext)

Parametrar

client
ContentModeratorClientContext

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<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

ServiceCallback<DetectedLanguage>

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

ServiceCallback<DetectedLanguage>

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

ServiceCallback<Screen>

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.

options
TextModerationScreenTextOptionalParams

De valfria parametrarna

Returer

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.

options
TextModerationScreenTextOptionalParams

De valfria parametrarna

callback

ServiceCallback<Screen>

Motringningen