services-api / com.keecker.services.navigation.interfaces / DetectionPose
DetectionPose
open class DetectionPose : Parcelable
Constructors
| <init> | DetectionPose(result: FloatArray, confidence: Double, timestamp: Double) |
Properties
| CREATOR | static val CREATOR: Creator<DetectionPose> |
| confidence | val confidence: Double |
| timestamp | val timestamp: Double |
| transform | val transform: Transform |
Functions
| describeContents | open fun describeContents(): Int |
| toString | open fun toString(): String |
| writeToParcel | open fun writeToParcel(dest: Parcel, flags: Int): Unit |