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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET