DetectionsModel

data class DetectionsModel(val detectedObjects: Array<DetectionModel>)

Detected data

Constructors

Link copied to clipboard
constructor(detectedObjects: Array<DetectionModel>)

Create empty Detections model

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int

Properties

Link copied to clipboard