Show / Hide Table of Contents

    Class Screen

    Inheritance
    Object
    Screen
    Namespace: Microsoft.Azure.CognitiveServices.ContentModerator.Models
    Assembly: Microsoft.Azure.CognitiveServices.Vision.ContentModerator.dll
    Syntax
    public class Screen

    Constructors

    Screen()

    Declaration
    public Screen ();

    Screen(String, String, String, IList<String>, Classification, Status, PII, String, IList<DetectedTerms>, String)

    Declaration
    public Screen (string originalText = null, string normalizedText = null, string autoCorrectedText = null, System.Collections.Generic.IList<string> misrepresentation = null, Microsoft.Azure.CognitiveServices.ContentModerator.Models.Classification classification = null, Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status status = null, Microsoft.Azure.CognitiveServices.ContentModerator.Models.PII pII = null, string language = null, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.DetectedTerms> terms = null, string trackingId = null);
    Parameters
    String originalText

    String normalizedText

    String autoCorrectedText

    IList<String> misrepresentation

    Classification classification

    Status status

    PII pII

    String language

    IList<DetectedTerms> terms

    String trackingId

    Properties

    AutoCorrectedText

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="AutoCorrectedText")]
    public string AutoCorrectedText { get; set; }
    Property Value
    String

    Classification

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Classification")]
    public Microsoft.Azure.CognitiveServices.ContentModerator.Models.Classification Classification { get; set; }
    Property Value
    Classification

    Language

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Language")]
    public string Language { get; set; }
    Property Value
    String

    Misrepresentation

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Misrepresentation")]
    public System.Collections.Generic.IList<string> Misrepresentation { get; set; }
    Property Value
    IList<String>

    NormalizedText

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="NormalizedText")]
    public string NormalizedText { get; set; }
    Property Value
    String

    OriginalText

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="OriginalText")]
    public string OriginalText { get; set; }
    Property Value
    String

    PII

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="PII")]
    public Microsoft.Azure.CognitiveServices.ContentModerator.Models.PII PII { get; set; }
    Property Value
    PII

    Status

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Status")]
    public Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status Status { get; set; }
    Property Value
    Status

    Terms

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Terms")]
    public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.DetectedTerms> Terms { get; set; }
    Property Value
    IList<DetectedTerms>

    TrackingId

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="TrackingId")]
    public string TrackingId { get; set; }
    Property Value
    String

    Back to top Azure SDK for Net