TextModeration class
Klasse die een TextModeration vertegenwoordigt.
Constructors
Text |
Maak een TextModeration. |
Methoden
detect |
Met deze bewerking wordt de taal van de opgegeven invoerinhoud gedetecteerd. Retourneert de ISO 639-3-code voor de overheersende taal die de ingediende tekst bevat. Meer dan 110 talen worden ondersteund. |
detect |
|
detect |
|
screen |
Detecteert grof taalgebruik in meer dan 100 talen en komt overeen met aangepaste en gedeelde zwarte lijsten. |
screen |
|
screen |
Constructordetails
TextModeration(ContentModeratorClientContext)
Maak een TextModeration.
new TextModeration(client: ContentModeratorClientContext)
Parameters
Verwijzing naar de serviceclient.
Methodedetails
detectLanguage(Models.TextContentType1, msRest.HttpRequestBody, msRest.RequestOptionsBase)
Met deze bewerking wordt de taal van de opgegeven invoerinhoud gedetecteerd. Retourneert de ISO 639-3-code voor de overheersende taal die de ingediende tekst bevat. Meer dan 110 talen worden ondersteund.
function detectLanguage(textContentType: Models.TextContentType1, textContent: msRest.HttpRequestBody, options?: msRest.RequestOptionsBase): Promise<Models.TextModerationDetectLanguageResponse>
Parameters
- textContentType
- Models.TextContentType1
Het inhoudstype. Mogelijke waarden zijn: 'text/plain', 'text/html', 'text/xml', 'text/markdown'
- textContent
- msRest.HttpRequestBody
Inhoud op het scherm.
- options
- msRest.RequestOptionsBase
Retouren
Promise<Models.TextModerationDetectLanguageResponse>
Promise<Models.TextModerationDetectLanguageResponse>
detectLanguage(Models.TextContentType1, msRest.HttpRequestBody, RequestOptionsBase, ServiceCallback<DetectedLanguage>)
function detectLanguage(textContentType: Models.TextContentType1, textContent: msRest.HttpRequestBody, options: RequestOptionsBase, callback: ServiceCallback<DetectedLanguage>)
Parameters
- textContentType
- Models.TextContentType1
Het inhoudstype. Mogelijke waarden zijn: 'text/plain', 'text/html', 'text/xml', 'text/markdown'
- textContent
- msRest.HttpRequestBody
Inhoud op het scherm.
- options
-
RequestOptionsBase
De optionele parameters
- callback
-
ServiceCallback<DetectedLanguage>
De callback
detectLanguage(Models.TextContentType1, msRest.HttpRequestBody, ServiceCallback<DetectedLanguage>)
function detectLanguage(textContentType: Models.TextContentType1, textContent: msRest.HttpRequestBody, callback: ServiceCallback<DetectedLanguage>)
Parameters
- textContentType
- Models.TextContentType1
Het inhoudstype. Mogelijke waarden zijn: 'text/plain', 'text/html', 'text/xml', 'text/markdown'
- textContent
- msRest.HttpRequestBody
Inhoud op het scherm.
- callback
-
ServiceCallback<DetectedLanguage>
De callback
screenText(Models.TextContentType, msRest.HttpRequestBody, Models.TextModerationScreenTextOptionalParams)
Detecteert grof taalgebruik in meer dan 100 talen en komt overeen met aangepaste en gedeelde zwarte lijsten.
function screenText(textContentType: Models.TextContentType, textContent: msRest.HttpRequestBody, options?: Models.TextModerationScreenTextOptionalParams): Promise<Models.TextModerationScreenTextResponse>
Parameters
- textContentType
- Models.TextContentType
Het inhoudstype. Mogelijke waarden zijn: 'text/plain', 'text/html', 'text/xml', 'text/markdown'
- textContent
- msRest.HttpRequestBody
Inhoud op het scherm.
- options
- Models.TextModerationScreenTextOptionalParams
Retouren
Promise<Models.TextModerationScreenTextResponse>
Promise<Models.TextModerationScreenTextResponse>
screenText(Models.TextContentType, msRest.HttpRequestBody, ServiceCallback<Screen>)
function screenText(textContentType: Models.TextContentType, textContent: msRest.HttpRequestBody, callback: ServiceCallback<Screen>)
Parameters
- textContentType
- Models.TextContentType
Het inhoudstype. Mogelijke waarden zijn: 'text/plain', 'text/html', 'text/xml', 'text/markdown'
- textContent
- msRest.HttpRequestBody
Inhoud op het scherm.
- callback
-
ServiceCallback<Screen>
De callback
screenText(Models.TextContentType, msRest.HttpRequestBody, TextModerationScreenTextOptionalParams, ServiceCallback<Screen>)
function screenText(textContentType: Models.TextContentType, textContent: msRest.HttpRequestBody, options: TextModerationScreenTextOptionalParams, callback: ServiceCallback<Screen>)
Parameters
- textContentType
- Models.TextContentType
Het inhoudstype. Mogelijke waarden zijn: 'text/plain', 'text/html', 'text/xml', 'text/markdown'
- textContent
- msRest.HttpRequestBody
Inhoud op het scherm.
De optionele parameters
- callback
-
ServiceCallback<Screen>
De callback