Declaration
public PII (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Email> email = null, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.SSN> sSN = null, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.IPA> iPA = null, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Phone> phone = null, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Address> address = null);
Parameters
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Address")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Address> Address { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Email")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Email> Email { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="IPA")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.IPA> IPA { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Phone")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Phone> Phone { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="SSN")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.SSN> SSN { get; set; }
Property Value