interface GetFaceLivenessSessionResultsRequest {
    SessionId: undefined | string;
}

Hierarchy (view full)

Properties

Properties

SessionId: undefined | string

A unique 128-bit UUID. This is used to uniquely identify the session and also acts as an idempotency token for all operations associated with the session.