Show / Hide Table of Contents

    Class DetectedLanguage

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

    Constructors

    DetectedLanguage()

    Declaration
    public DetectedLanguage ();

    DetectedLanguage(String, Status, String)

    Declaration
    public DetectedLanguage (string detectedLanguageProperty = null, Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status status = null, string trackingId = null);
    Parameters
    String detectedLanguageProperty

    Status status

    String trackingId

    Properties

    DetectedLanguageProperty

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

    Status

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

    TrackingId

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

    Back to top Azure SDK for Net