AIVisionFaceModelFactory.AuditRequestInfo Method
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.
Initializes a new instance of AuditRequestInfo.
public static Azure.AI.Vision.Face.AuditRequestInfo AuditRequestInfo (string url = default, string method = default, long? contentLength = default, string contentType = default, string userAgent = default);
static member AuditRequestInfo : string * string * Nullable<int64> * string * string -> Azure.AI.Vision.Face.AuditRequestInfo
Public Shared Function AuditRequestInfo (Optional url As String = Nothing, Optional method As String = Nothing, Optional contentLength As Nullable(Of Long) = Nothing, Optional contentType As String = Nothing, Optional userAgent As String = Nothing) As AuditRequestInfo
Parameters
- url
- String
The relative URL and query of the liveness request.
- method
- String
The HTTP method of the request (i.e., GET, POST, DELETE).
- contentType
- String
The content type of the request.
- userAgent
- String
The user agent used to submit the request.
Returns
A new AuditRequestInfo instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET