ApiV6

interface ApiV6

Interface describing Luna Web APIv6.

Functions

Link copied to clipboard

Creates a person by the descriptor and attaches to a predetermined list.

abstract fun extract(query: ExtractQuery, consumer: Consumer<Result<ExtractResponse>>)

Creates a person by the image and attaches to a predetermined list

Link copied to clipboard

Verification by the descriptor and the person's Id.

abstract fun identify(query: IdentifyQuery, consumer: Consumer<Result<IdentifyResponse>>)

Identification by the image and the person's Id.

Link copied to clipboard

Check of group of images for liveness.

Link copied to clipboard
abstract fun removeCallbacks()

Remove all callbacks.

Link copied to clipboard
abstract fun verify(query: VerifyByDescriptorQuery, consumer: Consumer<Result<VerifyResponse>>)

Verification by the descriptor and the person's Id.

abstract fun verify(query: VerifyQuery, consumer: Consumer<Result<VerifyResponse>>)

Verification by the image and the person's Id.