DetectedTerms 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
DetectedTerms() |
Initializes a new instance of the DetectedTerms class. |
DetectedTerms(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String) |
Initializes a new instance of the DetectedTerms class. |
DetectedTerms()
Initializes a new instance of the DetectedTerms class.
public DetectedTerms ();
Public Sub New ()
Applies to
DetectedTerms(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String)
Initializes a new instance of the DetectedTerms class.
public DetectedTerms (int? index = default, int? originalIndex = default, int? listId = default, string term = default);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.DetectedTerms : Nullable<int> * Nullable<int> * Nullable<int> * string -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.DetectedTerms
Public Sub New (Optional index As Nullable(Of Integer) = Nothing, Optional originalIndex As Nullable(Of Integer) = Nothing, Optional listId As Nullable(Of Integer) = Nothing, Optional term As String = Nothing)
Parameters
Original Index(Location) of the detected profanity term in the input text content.
- term
- String
Detected profanity term.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET