Show / Hide Table of Contents

    Class PII

    Inheritance
    Object
    PII
    Namespace: Microsoft.Azure.CognitiveServices.ContentModerator.Models
    Assembly: Microsoft.Azure.CognitiveServices.Vision.ContentModerator.dll
    Syntax
    public class PII

    Constructors

    PII()

    Declaration
    public PII ();

    PII(IList<Email>, IList<SSN>, IList<IPA>, IList<Phone>, IList<Address>)

    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
    IList<Email> email

    IList<SSN> sSN

    IList<IPA> iPA

    IList<Phone> phone

    IList<Address> address

    Properties

    Address

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Address")]
    public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Address> Address { get; set; }
    Property Value
    IList<Address>

    Email

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Email")]
    public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Email> Email { get; set; }
    Property Value
    IList<Email>

    IPA

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="IPA")]
    public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.IPA> IPA { get; set; }
    Property Value
    IList<IPA>

    Phone

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Phone")]
    public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Phone> Phone { get; set; }
    Property Value
    IList<Phone>

    SSN

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="SSN")]
    public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.SSN> SSN { get; set; }
    Property Value
    IList<SSN>

    Back to top Azure SDK for Net