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