Share via


Tag Constructors

Definition

Overloads

Tag()

Initializes a new instance of the Tag class.

Tag(String, String)

Initializes a new instance of the Tag class.

Tag()

Initializes a new instance of the Tag class.

public Tag ();
Public Sub New ()

Applies to

Tag(String, String)

Initializes a new instance of the Tag class.

public Tag (string key = default, string value = default);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.Tag : string * string -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.Tag
Public Sub New (Optional key As String = Nothing, Optional value As String = Nothing)

Parameters

key
String

The key parameter.

value
String

The value parameter.

Applies to