MatchResponse Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
MatchResponse() |
Initialise une nouvelle instance de la classe MatchResponse. |
MatchResponse(String, String, Nullable<Boolean>, IList<Match>, Status) |
Initialise une nouvelle instance de la classe MatchResponse. |
MatchResponse()
Initialise une nouvelle instance de la classe MatchResponse.
public MatchResponse ();
Public Sub New ()
S’applique à
MatchResponse(String, String, Nullable<Boolean>, IList<Match>, Status)
Initialise une nouvelle instance de la classe MatchResponse.
public MatchResponse (string trackingId = default, string cacheID = default, bool? isMatch = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Match> matches = default, Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status status = default);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.MatchResponse : string * string * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Match> * Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.MatchResponse
Public Sub New (Optional trackingId As String = Nothing, Optional cacheID As String = Nothing, Optional isMatch As Nullable(Of Boolean) = Nothing, Optional matches As IList(Of Match) = Nothing, Optional status As Status = Nothing)
Paramètres
- trackingId
- String
ID de suivi.
- cacheID
- String
ID de cache.
- status
- Status
Évaluation status
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET