AIVisionFaceModelFactory.AuditLivenessResponseInfo 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 AuditLivenessResponseInfo.
public static Azure.AI.Vision.Face.AuditLivenessResponseInfo AuditLivenessResponseInfo (Azure.AI.Vision.Face.LivenessResponseBody body = default, int statusCode = 0, long latencyInMilliseconds = 0);
static member AuditLivenessResponseInfo : Azure.AI.Vision.Face.LivenessResponseBody * int * int64 -> Azure.AI.Vision.Face.AuditLivenessResponseInfo
Public Shared Function AuditLivenessResponseInfo (Optional body As LivenessResponseBody = Nothing, Optional statusCode As Integer = 0, Optional latencyInMilliseconds As Long = 0) As AuditLivenessResponseInfo
Parameters
- body
- LivenessResponseBody
The response body. The schema of this field will depend on the request.url and request.method used by the client.
- statusCode
- Int32
The HTTP status code returned to the client.
- latencyInMilliseconds
- Int64
The server measured latency for this request in milliseconds.
Returns
A new AuditLivenessResponseInfo instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET