CreateLivenessWithVerifySessionResult Class
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.
Response of liveness session with verify creation with verify image provided.
public class CreateLivenessWithVerifySessionResult : System.ClientModel.Primitives.IJsonModel<Azure.AI.Vision.Face.CreateLivenessWithVerifySessionResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Vision.Face.CreateLivenessWithVerifySessionResult>
type CreateLivenessWithVerifySessionResult = class
interface IJsonModel<CreateLivenessWithVerifySessionResult>
interface IPersistableModel<CreateLivenessWithVerifySessionResult>
Public Class CreateLivenessWithVerifySessionResult
Implements IJsonModel(Of CreateLivenessWithVerifySessionResult), IPersistableModel(Of CreateLivenessWithVerifySessionResult)
- Inheritance
-
CreateLivenessWithVerifySessionResult
- Implements
Properties
AuthToken |
Bearer token to provide authentication for the Vision SDK running on a client application. This Bearer token has limited permissions to perform only the required action and expires after the TTL time. It is also auditable. |
SessionId |
The unique session ID of the created session. It will expire 48 hours after it was created or may be deleted sooner using the corresponding Session DELETE operation. |
VerifyImage |
The detail of face for verification. |
Explicit Interface Implementations
IJsonModel<CreateLivenessWithVerifySessionResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<CreateLivenessWithVerifySessionResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<CreateLivenessWithVerifySessionResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<CreateLivenessWithVerifySessionResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<CreateLivenessWithVerifySessionResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET