Screen Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Screen() |
Initializes a new instance of the Screen class. |
Screen(String, String, String, IList<String>, Classification, Status, PII, String, IList<DetectedTerms>, String) |
Initializes a new instance of the Screen class. |
Screen()
Initializes a new instance of the Screen class.
public Screen ();
Public Sub New ()
Applies to
Screen(String, String, String, IList<String>, Classification, Status, PII, String, IList<DetectedTerms>, String)
Initializes a new instance of the Screen class.
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)
Parameters
- originalText
- String
The original text.
- normalizedText
- String
The normalized text.
- autoCorrectedText
- String
The autocorrected text
- classification
- Classification
The classification details of the text.
- status
- Status
The evaluate status.
- pII
- PII
Personal Identifier Information details.
- language
- String
Language of the input text content.
- terms
- IList<DetectedTerms>
- trackingId
- String
Unique Content Moderator transaction Id.
Applies to
Azure SDK for .NET