Functions
Link copied to clipboard
fun extractFromDescriptor(data: ApiHuman.Companion.EventRequest, consumer: Consumer<Result<EventGenerateResponse>>)
Link copied to clipboard
fun extractFromPhoto(data: ApiHuman.Companion.EventRequest, consumer: Consumer<Result<EventGenerateResponse>>)
Link copied to clipboard
fun identifyByDescriptor(data: ApiHuman.Companion.EventRequest, consumer: Consumer<Result<EventGenerateResponse>>)
Link copied to clipboard
fun identifyByPhoto(data: ApiHuman.Companion.EventRequest, consumer: Consumer<Result<EventGenerateResponse>>)
Link copied to clipboard
fun verifyByDescriptor(data: ApiHuman.Companion.VerifyRequest, consumer: Consumer<Result<VerifyResponse>>)
Link copied to clipboard
fun verifyByPhoto(data: ApiHuman.Companion.VerifyRequest, consumer: Consumer<Result<VerifyResponse>>)