SuccessFrameGrabberRecognizerResult class
Result object for SuccessFrameGrabberRecognizer.
- Inheritance
-
- Object
- RecognizerResult
- SuccessFrameGrabberRecognizerResult
Constructors
-
SuccessFrameGrabberRecognizerResult(Map<
String, dynamic> nativeResult, RecognizerResult slaveRecognizerResult)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- resultState ↔ RecognizerResultState
-
State of the result. It is always one of the values represented by RecognizerResultState enum
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- slaveRecognizerResult ↔ RecognizerResult
-
RecognizerResult of the slave recognizer
getter/setter pair
- successFrame ↔ String?
-
Camera frame at the time slave recognizer finished recognition
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited