Builder

class Builder : GeneratedMessageLite.Builder<MessageType, BuilderType> , MetricsProto.DetectionStatusOrBuilder

Represents detection status with timestamp information.
Used to track whether a particular physiological feature or state is detected.
Protobuf type presage.physiology.DetectionStatus

Functions

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