Detection Status
class DetectionStatus : GeneratedMessageLite<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.DetectionStatusTypes
Link copied to clipboard
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.DetectionStatusProperties
Functions
Link copied to clipboard
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
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MetricsProto.DetectionStatus
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): MetricsProto.DetectionStatus
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): MetricsProto.DetectionStatus
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): MetricsProto.DetectionStatus
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MetricsProto.DetectionStatus
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): MetricsProto.DetectionStatus
Link copied to clipboard