Partager via


MatchResponse Constructeurs

Définition

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.

isMatch
Nullable<Boolean>

Indique s’il existe une correspondance.

matches
IList<Match>

Détails de la correspondance.

status
Status

Évaluation status

S’applique à