Share via


Address Constructors

Definition

Overloads

Address()

Initializes a new instance of the Address class.

Address(String, Nullable<Int32>)

Initializes a new instance of the Address class.

Address()

Initializes a new instance of the Address class.

public Address ();
Public Sub New ()

Applies to

Address(String, Nullable<Int32>)

Initializes a new instance of the Address class.

public Address (string text = default, int? index = default);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.Address : string * Nullable<int> -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.Address
Public Sub New (Optional text As String = Nothing, Optional index As Nullable(Of Integer) = Nothing)

Parameters

text
String

Detected Address.

index
Nullable<Int32>

Index(Location) of the Address in the input text content.

Applies to