verify

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

Verification by the image and the person's Id.

Parameters

query

Request which contains the image.

consumer

Consumer who will get the request result.


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

Verification by the descriptor and the person's Id.

Parameters

query

Request which contains the descriptor.

consumer

Consumer who will get the request result.