identify
Identification 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 identify(query: IdentifyByDescriptorQuery, consumer: Consumer<Result<IdentifyResponse>>)
Verification by the descriptor and the person's Id.
Parameters
query
Request which contains the descriptor.
consumer
Consumer who will get the request result.