MetricsOrBuilder

interface MetricsOrBuilder : MessageLiteOrBuilder

Inheritors

Functions

Link copied to clipboard
Breathing and respiratory analysis results 
.presage.physiology.Breathing breathing = 1;
Link copied to clipboard
abstract fun getEda(): MetricsProto.Eda
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
abstract fun getFace(): MetricsProto.Face
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
abstract fun hasBreathing(): Boolean
Breathing and respiratory analysis results 
.presage.physiology.Breathing breathing = 1;
Link copied to clipboard
abstract 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
abstract fun hasFace(): Boolean
Facial analysis results 
.presage.physiology.Face face = 4;
Link copied to clipboard
abstract fun hasMicromotion(): Boolean
Micro-motion analysis results 
.presage.physiology.MicroMotion micromotion = 2;