Delen via


AuditLivenessResponseInfo Class

Definition

Audit entry for a response in the session.

public class AuditLivenessResponseInfo : System.ClientModel.Primitives.IJsonModel<Azure.AI.Vision.Face.AuditLivenessResponseInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Vision.Face.AuditLivenessResponseInfo>
type AuditLivenessResponseInfo = class
    interface IJsonModel<AuditLivenessResponseInfo>
    interface IPersistableModel<AuditLivenessResponseInfo>
Public Class AuditLivenessResponseInfo
Implements IJsonModel(Of AuditLivenessResponseInfo), IPersistableModel(Of AuditLivenessResponseInfo)
Inheritance
AuditLivenessResponseInfo
Implements

Properties

Body

The response body. The schema of this field will depend on the request.url and request.method used by the client.

LatencyInMilliseconds

The server measured latency for this request in milliseconds.

StatusCode

The HTTP status code returned to the client.

Explicit Interface Implementations

IJsonModel<AuditLivenessResponseInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AuditLivenessResponseInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AuditLivenessResponseInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AuditLivenessResponseInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AuditLivenessResponseInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to