Screen Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Screen() |
Initialisiert eine neue instance der Screen-Klasse. |
Screen(String, String, String, IList<String>, Classification, Status, PII, String, IList<DetectedTerms>, String) |
Initialisiert eine neue instance der Screen-Klasse. |
Screen()
Initialisiert eine neue instance der Screen-Klasse.
public Screen ();
Public Sub New ()
Gilt für:
Screen(String, String, String, IList<String>, Classification, Status, PII, String, IList<DetectedTerms>, String)
Initialisiert eine neue instance der Screen-Klasse.
public Screen (string originalText = default, string normalizedText = default, string autoCorrectedText = default, System.Collections.Generic.IList<string> misrepresentation = default, Microsoft.Azure.CognitiveServices.ContentModerator.Models.Classification classification = default, Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status status = default, Microsoft.Azure.CognitiveServices.ContentModerator.Models.PII pII = default, string language = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.DetectedTerms> terms = default, string trackingId = default);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.Screen : string * string * string * System.Collections.Generic.IList<string> * Microsoft.Azure.CognitiveServices.ContentModerator.Models.Classification * Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status * Microsoft.Azure.CognitiveServices.ContentModerator.Models.PII * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.DetectedTerms> * string -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.Screen
Public Sub New (Optional originalText As String = Nothing, Optional normalizedText As String = Nothing, Optional autoCorrectedText As String = Nothing, Optional misrepresentation As IList(Of String) = Nothing, Optional classification As Classification = Nothing, Optional status As Status = Nothing, Optional pII As PII = Nothing, Optional language As String = Nothing, Optional terms As IList(Of DetectedTerms) = Nothing, Optional trackingId As String = Nothing)
Parameter
- originalText
- String
Den ursprünglichen Text
- normalizedText
- String
Der normalisierte Text.
- autoCorrectedText
- String
Der automatisch korrigierte Text
- classification
- Classification
Die Klassifizierungsdetails des Texts.
- status
- Status
Die status auswerten.
- pII
- PII
Details zu persönlichen Bezeichnern.
- language
- String
Sprache des Eingabetextinhalts.
- terms
- IList<DetectedTerms>
- trackingId
- String
Eindeutige Content Moderator-Transaktions-ID.
Gilt für:
Azure SDK for .NET