DetectedLanguage Constructors

Definition

Overloads

DetectedLanguage()

Initializes a new instance of the DetectedLanguage class.

DetectedLanguage(String, Status, String)

Initializes a new instance of the DetectedLanguage class.

DetectedLanguage()

Initializes a new instance of the DetectedLanguage class.

public DetectedLanguage ();
Public Sub New ()

Applies to

DetectedLanguage(String, Status, String)

Initializes a new instance of the DetectedLanguage class.

public DetectedLanguage (string detectedLanguageProperty = default, Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status status = default, string trackingId = default);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.DetectedLanguage : string * Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status * string -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.DetectedLanguage
Public Sub New (Optional detectedLanguageProperty As String = Nothing, Optional status As Status = Nothing, Optional trackingId As String = Nothing)

Parameters

detectedLanguageProperty
String

The detected language.

status
Status

The detect language status

trackingId
String

The tracking id.

Applies to