Recognizer class
Base class for all recognizers. Recognizer is object that performs recognition of image and updates its result with data extracted from the image.
- Implementers
- Annotations
-
- @JsonSerializable()
Constructors
- Recognizer(String recognizerType)
-
Recognizer.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- recognizerType ↔ String
-
Type of recognizer
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createResultFromNative(
Map< String, dynamic> nativeResult) → RecognizerResult -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited