services-api / com.keecker.services.navigation.interfaces / DetectionResult
DetectionResult
data class DetectionResult : Parcelable
Types
| CREATOR | companion object CREATOR : Creator<DetectionResult> |
Constructors
| <init> | DetectionResult(parcel: Parcel)DetectionResult(id: String, title: String, confidence: Float, location: RectF, frame: Frame? = null) |
Properties
| confidence | var confidence: Float |
| frame | var frame: Frame? |
| id | var id: String |
| location | var location: RectF |
| title | var title: String |
Functions
| describeContents | fun describeContents(): Int |
| writeToParcel | fun writeToParcel(dest: Parcel, flags: Int): Unit |
Companion Object Functions
| createFromParcel | fun createFromParcel(parcel: Parcel): DetectionResult |
| newArray | fun newArray(size: Int): Array<DetectionResult?> |