VerifyRequest

class VerifyRequest(    val verifierId: String,     val payload: ApiHuman.Companion.BinaryPayload,     val extraHeaders: Map<String, String> = emptyMap(),     val faceIds: String? = null,     val eventIds: String? = null,     val attributeIds: String? = null,     val externalIds: String? = null,     val imageType: Int = 0,     val useExifInfo: Int? = null)

Parameters

imageType

Image type of input image. 0 - raw image, 1 - face warped image.

Constructors

Link copied to clipboard
constructor(    verifierId: String,     payload: ApiHuman.Companion.BinaryPayload,     extraHeaders: Map<String, String> = emptyMap(),     faceIds: String? = null,     eventIds: String? = null,     attributeIds: String? = null,     externalIds: String? = null,     imageType: Int = 0,     useExifInfo: Int? = null)

Properties

Link copied to clipboard
val attributeIds: String? = null
Link copied to clipboard
val eventIds: String? = null
Link copied to clipboard
val externalIds: String? = null
Link copied to clipboard
Link copied to clipboard
val faceIds: String? = null
Link copied to clipboard
val imageType: Int = 0
Link copied to clipboard
Link copied to clipboard
val useExifInfo: Int? = null
Link copied to clipboard