Event

@JsonClass(generateAdapter = true)
data class Event(@Json(name = "aggregate_estimations") val aggregateEstimations: AggregateEstimations?, @Json(name = "body_attributes") val bodyAttributes: Any?, @Json(name = "detections") val detections: List<Detection>?, @Json(name = "event_id") val eventId: String?, @Json(name = "external_id") val externalId: String?, @Json(name = "face") val face: Any?, @Json(name = "face_attributes") val faceAttributes: Any?, @Json(name = "location") val location: Location?, @Json(name = "matches") val matches: List<Any>?, @Json(name = "meta") val meta: Any?, @Json(name = "source") val source: Any?, @Json(name = "tags") val tags: List<Any>?, @Json(name = "track_id") val trackId: Any?, @Json(name = "url") val url: Any?, @Json(name = "user_data") val userData: String?)

Constructors

Link copied to clipboard
constructor(@Json(name = "aggregate_estimations") aggregateEstimations: AggregateEstimations?, @Json(name = "body_attributes") bodyAttributes: Any?, @Json(name = "detections") detections: List<Detection>?, @Json(name = "event_id") eventId: String?, @Json(name = "external_id") externalId: String?, @Json(name = "face") face: Any?, @Json(name = "face_attributes") faceAttributes: Any?, @Json(name = "location") location: Location?, @Json(name = "matches") matches: List<Any>?, @Json(name = "meta") meta: Any?, @Json(name = "source") source: Any?, @Json(name = "tags") tags: List<Any>?, @Json(name = "track_id") trackId: Any?, @Json(name = "url") url: Any?, @Json(name = "user_data") userData: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val face: Any?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val meta: Any?
Link copied to clipboard
val source: Any?
Link copied to clipboard
val tags: List<Any>?
Link copied to clipboard
val trackId: Any?
Link copied to clipboard
val url: Any?
Link copied to clipboard