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
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="AutoCorrectedText")]
public string AutoCorrectedText { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Classification")]
public Microsoft.Azure.CognitiveServices.ContentModerator.Models.Classification Classification { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Language")]
public string Language { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Misrepresentation")]
public System.Collections.Generic.IList<string> Misrepresentation { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="NormalizedText")]
public string NormalizedText { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="OriginalText")]
public string OriginalText { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="PII")]
public Microsoft.Azure.CognitiveServices.ContentModerator.Models.PII PII { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Status")]
public Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status Status { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Terms")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.DetectedTerms> Terms { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="TrackingId")]
public string TrackingId { get; set; }
Property Value