PII Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
PII() |
Initialisiert eine neue instance der PII-Klasse. |
PII(IList<Email>, IList<SSN>, IList<IPA>, IList<Phone>, IList<Address>) |
Initialisiert eine neue instance der PII-Klasse. |
PII()
Initialisiert eine neue instance der PII-Klasse.
public PII ();
Public Sub New ()
Gilt für:
PII(IList<Email>, IList<SSN>, IList<IPA>, IList<Phone>, IList<Address>)
Initialisiert eine neue instance der PII-Klasse.
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)
Parameter
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET