TextModerationExtensions.ScreenText Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Detectar profanação e correspondência com listas negras personalizadas e compartilhadas
public static Microsoft.Azure.CognitiveServices.ContentModerator.Models.Screen ScreenText (this Microsoft.Azure.CognitiveServices.ContentModerator.ITextModeration operations, string textContentType, System.IO.Stream textContent, string language = default, bool? autocorrect = False, bool? pII = False, string listId = default, bool? classify = False);
static member ScreenText : Microsoft.Azure.CognitiveServices.ContentModerator.ITextModeration * string * System.IO.Stream * string * Nullable<bool> * Nullable<bool> * string * Nullable<bool> -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.Screen
<Extension()>
Public Function ScreenText (operations As ITextModeration, textContentType As String, textContent As Stream, Optional language As String = Nothing, Optional autocorrect As Nullable(Of Boolean) = False, Optional pII As Nullable(Of Boolean) = False, Optional listId As String = Nothing, Optional classify As Nullable(Of Boolean) = False) As Screen
Parâmetros
- operations
- ITextModeration
O grupo de operações para esse método de extensão.
- textContentType
- String
O tipo de conteúdo. Os valores possíveis incluem: 'text/plain', 'text/html', 'text/xml', 'text/markdown'
- textContent
- Stream
Conteúdo para tela.
- language
- String
Idioma do texto.
- listId
- String
A ID da lista.
Retornos
Comentários
Detecta palavrões em mais de 100 idiomas e corresponde a listas negras personalizadas e compartilhadas.
Aplica-se a
Azure SDK for .NET