DetectionStatusOrBuilder

interface DetectionStatusOrBuilder : MessageLiteOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getDetected(): Boolean
Whether the feature/state was detected 
bool detected = 2;
Link copied to clipboard
abstract fun getStable(): Boolean
Whether the detection is considered stable/reliable 
bool stable = 3;
Link copied to clipboard
abstract fun getTime(): Float
Relative time of the detection status in seconds since start of recording (deprecated) 
float time = 1 [deprecated = true];
Link copied to clipboard
abstract fun getTimestamp(): Long
Absolute timestamp at which the detection status was updated, in microseconds, since Linux epoch 
int64 timestamp = 4;