次の方法で共有


MatchResponse コンストラクター

定義

オーバーロード

MatchResponse()

MatchResponse クラスの新しいインスタンスを初期化します。

MatchResponse(String, String, Nullable<Boolean>, IList<Match>, Status)

MatchResponse クラスの新しいインスタンスを初期化します。

MatchResponse()

MatchResponse クラスの新しいインスタンスを初期化します。

public MatchResponse ();
Public Sub New ()

適用対象

MatchResponse(String, String, Nullable<Boolean>, IList<Match>, Status)

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)

パラメーター

trackingId
String

追跡 ID。

cacheID
String

キャッシュ ID。

isMatch
Nullable<Boolean>

一致があるかどうかを示します。

matches
IList<Match>

一致の詳細。

status
Status

評価の状態

適用対象