PII Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PII() |
Initializes a new instance of the PII class. |
PII(IList<Email>, IList<SSN>, IList<IPA>, IList<Phone>, IList<Address>) |
Initializes a new instance of the PII class. |
PII()
Initializes a new instance of the PII class.
public PII ();
Public Sub New ()
Applies to
PII(IList<Email>, IList<SSN>, IList<IPA>, IList<Phone>, IList<Address>)
Initializes a new instance of the PII class.
public PII (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Email> email = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.SSN> sSN = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.IPA> iPA = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Phone> phone = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Address> address = default);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.PII : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Email> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.SSN> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.IPA> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Phone> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Address> -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.PII
Public Sub New (Optional email As IList(Of Email) = Nothing, Optional sSN As IList(Of SSN) = Nothing, Optional iPA As IList(Of IPA) = Nothing, Optional phone As IList(Of Phone) = Nothing, Optional address As IList(Of Address) = Nothing)
Parameters
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET