MicroExpressionOrBuilder

interface MicroExpressionOrBuilder : MessageLiteOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getConfidence(): Float
Confidence score for the detection (0.0 to 1.0) 
float confidence = 4;
Link copied to clipboard
abstract fun getExpression(): String
String identifier of the detected expression 
string expression = 2;
Link copied to clipboard
abstract fun getExpressionBytes(): ByteString
String identifier of the detected expression 
string expression = 2;
Link copied to clipboard
abstract fun getStable(): Boolean
Whether the detection is considered stable/reliable 
bool stable = 3;
Link copied to clipboard
abstract fun getTime(): Float
Relative time of the micro-expression detection in seconds since start of recording (deprecated) 
float time = 1 [deprecated = true];
Link copied to clipboard
abstract fun getTimestamp(): Long
Absolute timestamp at which the micro-expression was detected, in microseconds, since Linux epoch 
int64 timestamp = 5;