extract

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

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

Parameters

query

Request which contains the image.

consumer

Consumer who will get the request result.


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

Parameters

query

Request which contains the descriptor.

consumer

Consumer who will get the request result.