Class Address
Namespace: Microsoft.Azure.CognitiveServices.ContentModerator.Models
Assembly: Microsoft.Azure.CognitiveServices.Vision.ContentModerator.dll
Syntax
public class Address
Constructors
Address()
Declaration
public Address ();
Address(String, Nullable<Int32>)
Declaration
public Address (string text = null, Nullable<int> index = null);
Parameters
|
String
text
|
|
Nullable<Int32>
index
|
Properties
Index
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Index")]
public Nullable<int> Index { get; set; }
Property Value
|
Nullable<Int32>
|
Text
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Text")]
public string Text { get; set; }
Property Value
|
String
|