Event

@JsonClass(generateAdapter = true)
data class Event(@Json(name = "account_id") val accountId: String?, @Json(name = "age") val age: Int?, @Json(name = "attach_result") val attachResult: List<String>?, @Json(name = "body_accessories") val bodyAccessories: BodyAccessories?, @Json(name = "body_basic_attributes") val bodyBasicAttributes: BodyBasicAttributes?, @Json(name = "body_detections") val bodyDetections: List<BodyDetection>?, @Json(name = "create_time") val createTime: String?, @Json(name = "emotion") val emotion: Int?, @Json(name = "end_time") val endTime: String?, @Json(name = "ethnic_group") val ethnicGroup: Int?, @Json(name = "event_id") val eventId: String?, @Json(name = "external_id") val externalId: String?, @Json(name = "face_detections") val faceDetections: List<FaceDetection>?, @Json(name = "face_id") val faceId: String?, @Json(name = "gender") val gender: Int?, @Json(name = "handler_id") val handlerId: String?, @Json(name = "liveness") val liveness: Int?, @Json(name = "location") val location: Location?, @Json(name = "mask") val mask: Int?, @Json(name = "match_result") val matchResult: List<MatchResult>?, @Json(name = "source") val source: String?, @Json(name = "tags") val tags: List<String>?, @Json(name = "top_match") val topMatch: TopMatch?, @Json(name = "track_id") val trackId: String?, @Json(name = "upper_body_attributes") val upperBodyAttributes: UpperBodyAttributes?, @Json(name = "user_data") val userData: String?, @Json(name = "meta") val meta: String?)

Constructors

Link copied to clipboard
constructor(@Json(name = "account_id") accountId: String?, @Json(name = "age") age: Int?, @Json(name = "attach_result") attachResult: List<String>?, @Json(name = "body_accessories") bodyAccessories: BodyAccessories?, @Json(name = "body_basic_attributes") bodyBasicAttributes: BodyBasicAttributes?, @Json(name = "body_detections") bodyDetections: List<BodyDetection>?, @Json(name = "create_time") createTime: String?, @Json(name = "emotion") emotion: Int?, @Json(name = "end_time") endTime: String?, @Json(name = "ethnic_group") ethnicGroup: Int?, @Json(name = "event_id") eventId: String?, @Json(name = "external_id") externalId: String?, @Json(name = "face_detections") faceDetections: List<FaceDetection>?, @Json(name = "face_id") faceId: String?, @Json(name = "gender") gender: Int?, @Json(name = "handler_id") handlerId: String?, @Json(name = "liveness") liveness: Int?, @Json(name = "location") location: Location?, @Json(name = "mask") mask: Int?, @Json(name = "match_result") matchResult: List<MatchResult>?, @Json(name = "source") source: String?, @Json(name = "tags") tags: List<String>?, @Json(name = "top_match") topMatch: TopMatch?, @Json(name = "track_id") trackId: String?, @Json(name = "upper_body_attributes") upperBodyAttributes: UpperBodyAttributes?, @Json(name = "user_data") userData: String?, @Json(name = "meta") meta: String?)

Properties

Link copied to clipboard
Link copied to clipboard
val age: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val emotion: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val gender: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val mask: Int?
Link copied to clipboard
Link copied to clipboard
val meta: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard