MicroExpression

class MicroExpression : GeneratedMessageLite<MessageType, BuilderType> , MetricsProto.MicroExpressionOrBuilder

Represents a detected micro-expression with metadata.
Used for facial expression analysis and emotion detection.
Protobuf type presage.physiology.MicroExpression

Types

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

Represents a detected micro-expression with metadata.
Used for facial expression analysis and emotion detection.
Protobuf type presage.physiology.MicroExpression

Properties

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

Functions

Link copied to clipboard
open fun getConfidence(): Float
Confidence score for the detection (0.0 to 1.0) 
float confidence = 4;
Link copied to clipboard
open fun getExpression(): String
String identifier of the detected expression 
string expression = 2;
Link copied to clipboard
open fun getExpressionBytes(): ByteString
String identifier of the detected expression 
string expression = 2;
Link copied to clipboard
open fun getStable(): Boolean
Whether the detection is considered stable/reliable 
bool stable = 3;
Link copied to clipboard
open 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
open fun getTimestamp(): Long
Absolute timestamp at which the micro-expression was detected, in microseconds, since Linux epoch 
int64 timestamp = 5;
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MetricsProto.MicroExpression
Link copied to clipboard
open fun parseFrom(data: ByteString): MetricsProto.MicroExpression
open fun parseFrom(input: CodedInputStream): MetricsProto.MicroExpression
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): MetricsProto.MicroExpression
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): MetricsProto.MicroExpression
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): MetricsProto.MicroExpression
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MetricsProto.MicroExpression
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): MetricsProto.MicroExpression
Link copied to clipboard