Event

@JsonClass(generateAdapter = true)
data class Event(    @Json(name = "aggregate_estimations") val aggregateEstimations: AggregateEstimations?,     @Json(name = "body_attributes") val bodyAttributes: BodyAttributes?,     @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: FaceXX?,     @Json(name = "face_attributes") val faceAttributes: FaceAttributes?,     @Json(name = "location") val location: Location?,     @Json(name = "matches") val matches: List<Matche>?,     @Json(name = "source") val source: String?,     @Json(name = "tags") val tags: List<String>?,     @Json(name = "track_id") val trackId: String?,     @Json(name = "url") val url: String?,     @Json(name = "user_data") val userData: String?,     @Json(name = "meta") val meta: Any?)

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val face: FaceXX?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val meta: Any?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val url: String?
Link copied to clipboard