TermList 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
TermList() |
Initializes a new instance of the TermList class. |
TermList(Nullable<Int32>, String, String, IDictionary<String,String>) |
Initializes a new instance of the TermList class. |
TermList()
Initializes a new instance of the TermList class.
public TermList ();
Public Sub New ()
Applies to
TermList(Nullable<Int32>, String, String, IDictionary<String,String>)
Initializes a new instance of the TermList class.
public TermList (int? id = default, string name = default, string description = default, System.Collections.Generic.IDictionary<string,string> metadata = default);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.TermList : Nullable<int> * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.TermList
Public Sub New (Optional id As Nullable(Of Integer) = Nothing, Optional name As String = Nothing, Optional description As String = Nothing, Optional metadata As IDictionary(Of String, String) = Nothing)
Parameters
- name
- String
Term list name.
- description
- String
Description for term list.
- metadata
- IDictionary<String,String>
Term list metadata.
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