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