TextModeration class
Classe che rappresenta un oggetto TextModeration.
Costruttori
Text |
Creare un textModeration. |
Metodi
detect |
Questa operazione rileverà la lingua del contenuto di input specificato. Restituisce il codice ISO 639-3 per la lingua predominante che comprende il testo inviato. Sono supportate più di 110 lingue. |
detect |
|
detect |
|
screen |
|
screen |
Rileva il contenuto volgare in più di 100 lingue e corrisponde a elenchi di elementi non consentiti personalizzati e condivisi. |
screen |
Dettagli costruttore
TextModeration(ContentModeratorClientContext)
Creare un textModeration.
new TextModeration(client: ContentModeratorClientContext)
Parametri
Riferimento al client del servizio.
Dettagli metodo
detectLanguage(TextContentType1, HttpRequestBody, RequestOptionsBase)
Questa operazione rileverà la lingua del contenuto di input specificato. Restituisce il codice ISO 639-3 per la lingua predominante che comprende il testo inviato. Sono supportate più di 110 lingue.
function detectLanguage(textContentType: TextContentType1, textContent: HttpRequestBody, options?: RequestOptionsBase): Promise<TextModerationDetectLanguageResponse>
Parametri
- textContentType
- TextContentType1
Tipo di contenuto. I valori possibili includono: 'text/plain', 'text/html', 'text/xml', 'text/markdown'
- textContent
- HttpRequestBody
Contenuto da visualizzare sullo schermo.
- options
- RequestOptionsBase
Parametri facoltativi
Restituisce
Promise<TextModerationDetectLanguageResponse>
Promise<Models.TextModerationDetectLanguageResponse>
detectLanguage(TextContentType1, HttpRequestBody, RequestOptionsBase, ServiceCallback<DetectedLanguage>)
function detectLanguage(textContentType: TextContentType1, textContent: HttpRequestBody, options: RequestOptionsBase, callback: ServiceCallback<DetectedLanguage>)
Parametri
- textContentType
- TextContentType1
Tipo di contenuto. I valori possibili includono: 'text/plain', 'text/html', 'text/xml', 'text/markdown'
- textContent
- HttpRequestBody
Contenuto da visualizzare sullo schermo.
- options
- RequestOptionsBase
Parametri facoltativi
- callback
Callback
detectLanguage(TextContentType1, HttpRequestBody, ServiceCallback<DetectedLanguage>)
function detectLanguage(textContentType: TextContentType1, textContent: HttpRequestBody, callback: ServiceCallback<DetectedLanguage>)
Parametri
- textContentType
- TextContentType1
Tipo di contenuto. I valori possibili includono: 'text/plain', 'text/html', 'text/xml', 'text/markdown'
- textContent
- HttpRequestBody
Contenuto da visualizzare sullo schermo.
- callback
Callback
screenText(TextContentType, HttpRequestBody, ServiceCallback<Screen>)
function screenText(textContentType: TextContentType, textContent: HttpRequestBody, callback: ServiceCallback<Screen>)
Parametri
- textContentType
- TextContentType
Tipo di contenuto. I valori possibili includono: 'text/plain', 'text/html', 'text/xml', 'text/markdown'
- textContent
- HttpRequestBody
Contenuto da visualizzare sullo schermo.
- callback
Callback
screenText(TextContentType, HttpRequestBody, TextModerationScreenTextOptionalParams)
Rileva il contenuto volgare in più di 100 lingue e corrisponde a elenchi di elementi non consentiti personalizzati e condivisi.
function screenText(textContentType: TextContentType, textContent: HttpRequestBody, options?: TextModerationScreenTextOptionalParams): Promise<TextModerationScreenTextResponse>
Parametri
- textContentType
- TextContentType
Tipo di contenuto. I valori possibili includono: 'text/plain', 'text/html', 'text/xml', 'text/markdown'
- textContent
- HttpRequestBody
Contenuto da visualizzare sullo schermo.
Parametri facoltativi
Restituisce
Promise<TextModerationScreenTextResponse>
Promise<Models.TextModerationScreenTextResponse>
screenText(TextContentType, HttpRequestBody, TextModerationScreenTextOptionalParams, ServiceCallback<Screen>)
function screenText(textContentType: TextContentType, textContent: HttpRequestBody, options: TextModerationScreenTextOptionalParams, callback: ServiceCallback<Screen>)
Parametri
- textContentType
- TextContentType
Tipo di contenuto. I valori possibili includono: 'text/plain', 'text/html', 'text/xml', 'text/markdown'
- textContent
- HttpRequestBody
Contenuto da visualizzare sullo schermo.
Parametri facoltativi
- callback
Callback