SeeSoPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- SeeSoPlatform
- Implementers
Constructors
- SeeSoPlatform.new()
- Constructs a SeesoPlatform.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addCameraPosition(
CameraPosition cp) → Future< void> -
deinitGazeTracker(
) → Future< void> -
getAttentionRegion(
) → Future< Rect?> -
getAttentionScore(
) → Future< double?> -
getCalibrationEventStream(
) → Stream -
getCameraPosition(
) → Future< CameraPosition?> -
getCameraPositionList(
) → Future< List< CameraPosition> ?> -
getFaceEventStream(
) → Stream -
getGazeEventStream(
) → Stream -
getSeeSoVersion(
) → Future< String?> -
getStatusEventStream(
) → Stream -
getUserStatusEventChannel(
) → Stream -
initGazeTracker(
String licenseKey, bool useAttention, bool useBlink, bool useDrowsiness) → Future< InitializedResult?> -
isCalibrating(
) → Future< bool?> -
isDeviceFound(
) → Future< bool?> -
isTracking(
) → Future< bool?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeAttentionRegion(
) → Future< void> -
resetForcedOrientation(
) → Future< bool?> -
selectCameraPosition(
int idx) → Future< void> -
setAttentionInterval(
int interval) → Future< void> -
setAttentionRegion(
Rect region) → Future< void> -
setCalibrationData(
List< double> data) → Future<bool?> -
setForcedOrientation(
SeeSoOrientation orientation) → Future< bool?> -
setTrackingFPS(
int fps) → Future< bool?> -
startCalibration(
CalibrationMode mode, CalibrationCriteria criteria, Rect? region) → Future< void> -
startCollectSamples(
) → Future< void> -
startTracking(
) → Future< void> -
stopCalibration(
) → Future< void> -
stopTracking(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ SeeSoPlatform
-
The default instance of SeeSoPlatform to use.
getter/setter pair