Metrics

class Metrics : GeneratedMessageLite<MessageType, BuilderType> , MetricsProto.MetricsOrBuilder

Comprehensive physiological metrics container.
Contains all available physiological measurements and analysis results.
Protobuf type presage.physiology.Metrics

Types

Link copied to clipboard
class Builder : GeneratedMessageLite.Builder<MessageType, BuilderType> , MetricsProto.MetricsOrBuilder

Comprehensive physiological metrics container.
Contains all available physiological measurements and analysis results.
Protobuf type presage.physiology.Metrics

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Breathing and respiratory analysis results 
.presage.physiology.Breathing breathing = 1;
Link copied to clipboard
Link copied to clipboard
Electrodermal activity measurements. Note: processing needs to run for over 35 seconds to generate the first EDA result. 
.presage.physiology.Eda eda = 3;
Link copied to clipboard
Facial analysis results 
.presage.physiology.Face face = 4;
Link copied to clipboard
Micro-motion analysis results 
.presage.physiology.MicroMotion micromotion = 2;
Link copied to clipboard
open fun hasBreathing(): Boolean
Breathing and respiratory analysis results 
.presage.physiology.Breathing breathing = 1;
Link copied to clipboard
open fun hasEda(): Boolean
Electrodermal activity measurements. Note: processing needs to run for over 35 seconds to generate the first EDA result. 
.presage.physiology.Eda eda = 3;
Link copied to clipboard
open fun hasFace(): Boolean
Facial analysis results 
.presage.physiology.Face face = 4;
Link copied to clipboard
Micro-motion analysis results 
.presage.physiology.MicroMotion micromotion = 2;
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MetricsProto.Metrics
Link copied to clipboard
open fun parseFrom(data: ByteString): MetricsProto.Metrics
open fun parseFrom(input: CodedInputStream): MetricsProto.Metrics
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): MetricsProto.Metrics
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): MetricsProto.Metrics
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): MetricsProto.Metrics
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MetricsProto.Metrics
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): MetricsProto.Metrics
Link copied to clipboard
open fun parser(): Parser<MetricsProto.Metrics>