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