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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET