Partager via


Match Constructeurs

Définition

Surcharges

Match()

Initialise une nouvelle instance de la classe Match.

Match(Nullable<Double>, Nullable<Int32>, String, IList<Nullable<Int32>>, String)

Initialise une nouvelle instance de la classe Match.

Match()

Initialise une nouvelle instance de la classe Match.

public Match ();
Public Sub New ()

S’applique à

Match(Nullable<Double>, Nullable<Int32>, String, IList<Nullable<Int32>>, String)

Initialise une nouvelle instance de la classe Match.

public Match (double? score = default, int? matchId = default, string source = default, System.Collections.Generic.IList<int?> tags = default, string label = default);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.Match : Nullable<double> * Nullable<int> * string * System.Collections.Generic.IList<Nullable<int>> * string -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.Match
Public Sub New (Optional score As Nullable(Of Double) = Nothing, Optional matchId As Nullable(Of Integer) = Nothing, Optional source As String = Nothing, Optional tags As IList(Of Nullable(Of Integer)) = Nothing, Optional label As String = Nothing)

Paramètres

score
Nullable<Double>

Score de confiance de la correspondance d’image.

matchId
Nullable<Int32>

ID de correspondance.

source
String

Source.

tags
IList<Nullable<Int32>>

Balises pour les détails de la correspondance.

label
String

Étiquette.

S’applique à