AsyncRecognizer class Null safety

Properties

hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

createIndex(List<Template> templates, int search_threads_count, int reserve_queries_count) Future<TemplateIndex>
dispose() Future<void>
loadTemplate(Uint8List binary_stream) Future<Template>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
processing(RawSample sample) Future<Template>
singleSearch(Template template, TemplateIndex templatesIndex, int k, {SearchAccelerationType acceleration = SearchAccelerationType.SEARCH_ACCELERATION_1}) Future<List<SearchResult>>
toString() String
A string representation of this object.
inherited
verifyMatch(Template template1, Template template2) Future<MatchResult>

Operators

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

Static Methods

create(Pointer<Void> implementation, String facerecConfDir, String dllPath, String ini_file, bool processing, bool matching, bool processing_less_memory_consumption) Future<AsyncRecognizer>