DetectedFaceAttackSupport class

Represents the result of the attack support detection.

Constructors

DetectedFaceAttackSupport(Pointer<id3DetectedFaceAttackSupport> _handle)
Initializes a new instance of the DetectedFaceAttackSupport class from its members.
DetectedFaceAttackSupport.create()
Create a new instance of the DetectedFaceAttackSupport.
DetectedFaceAttackSupport.createFromStruct(id3DetectedFaceAttackSupport value)
Create a new instance of the DetectedFaceAttackSupport from the native struct

Properties

attackSupport int
Attack support type.
getter/setter pair
handle Pointer<id3DetectedFaceAttackSupport>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score int
Confidence score of the detected attack support, in the range 0:100.
getter/setter pair
struct → id3DetectedFaceAttackSupport
no setter

Methods

dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited