Companion
object Companion
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class DynamicEventRequest(val handlerId: String, val extraHeaders: Map<String, String> = emptyMap(), val externalId: String? = null, val userData: String? = null, val imageType: Int? = null, val aggregateAttributes: Int? = null, val source: String? = null, val tags: List<String>? = null, val trackId: String? = null, val useExifInfo: Int? = null, val policies: Policies? = null, val meta: String? = null, val images: List<ApiHuman.Companion.BinaryPayload.Photo>) : ApiHuman.Companion.AbsEventRequest
Link copied to clipboard
class EventRequest(val handlerId: String, val extraHeaders: Map<String, String> = emptyMap(), val externalId: String? = null, val userData: String? = null, val imageType: Int? = null, val aggregateAttributes: Int? = null, val source: String? = null, val tags: List<String>? = null, val trackId: String? = null, val useExifInfo: Int? = null, val payload: ApiHuman.Companion.BinaryPayload) : ApiHuman.Companion.AbsEventRequest
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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)