DetectedLanguage Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET