Class DetectedLanguage
Inheritance
DetectedLanguage
Assembly: Microsoft.Azure.CognitiveServices.Vision.ContentModerator.dll
Syntax
public class DetectedLanguage
Constructors
Declaration
public DetectedLanguage ();
Declaration
public DetectedLanguage (string detectedLanguageProperty = null, Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status status = null, string trackingId = null);
Parameters
Properties
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="DetectedLanguage")]
public string DetectedLanguageProperty { 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="TrackingId")]
public string TrackingId { get; set; }
Property Value