MatchResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MatchResponse() |
Initializes a new instance of the MatchResponse class. |
MatchResponse(String, String, Nullable<Boolean>, IList<Match>, Status) |
Initializes a new instance of the MatchResponse class. |
MatchResponse()
Initializes a new instance of the MatchResponse class.
public MatchResponse ();
Public Sub New ()
Applies to
MatchResponse(String, String, Nullable<Boolean>, IList<Match>, Status)
Initializes a new instance of the MatchResponse class.
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)
Parameters
- trackingId
- String
The tracking id.
- cacheID
- String
The cache id.
- status
- Status
The evaluate status
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET