TextModerationExtensions.DetectLanguage Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Cette opération va détecter la langue du contenu d’entrée donné. Retourne la valeur <href= »http://www-01.sil.org/iso639-3/codes.asp"> Code ISO 639-3</a> pour la langue prédominante comprenant le texte soumis. Plus de 110 langues prises en charge.
public static Microsoft.Azure.CognitiveServices.ContentModerator.Models.DetectedLanguage DetectLanguage (this Microsoft.Azure.CognitiveServices.ContentModerator.ITextModeration operations, string textContentType, System.IO.Stream textContent);
static member DetectLanguage : Microsoft.Azure.CognitiveServices.ContentModerator.ITextModeration * string * System.IO.Stream -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.DetectedLanguage
<Extension()>
Public Function DetectLanguage (operations As ITextModeration, textContentType As String, textContent As Stream) As DetectedLanguage
Paramètres
- operations
- ITextModeration
Groupe d’opérations pour cette méthode d’extension.
- textContentType
- String
Type de contenu. Les valeurs possibles sont les suivantes : 'text/plain', 'text/html', 'text/xml', 'text/markdown'
- textContent
- Stream
Contenu à l’écran.
Retours
S’applique à
Azure SDK for .NET