LandmarksOrBuilder

interface LandmarksOrBuilder : MessageLiteOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getReset(): Boolean
Indicates whether the landmark set was reset (cannot be directly associated with previous set) 
bool reset = 4;
Link copied to clipboard
abstract fun getStable(): Boolean
Whether the landmark detection is considered stable/reliable 
bool stable = 3;
Link copied to clipboard
abstract fun getTime(): Float
Relative time of landmark 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 landmarks were detected, in microseconds, since Linux epoch 
int64 timestamp = 5;
Link copied to clipboard
abstract fun getValue(index: Int): PointTypes.Point2dFloat
Array of 2D coordinate points representing facial landmarks 
repeated .presage.physiology.Point2dFloat value = 2;
Link copied to clipboard
abstract fun getValueCount(): Int
Array of 2D coordinate points representing facial landmarks 
repeated .presage.physiology.Point2dFloat value = 2;
Link copied to clipboard
Array of 2D coordinate points representing facial landmarks 
repeated .presage.physiology.Point2dFloat value = 2;