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> -
search(
List< Template> queries_templates, TemplateIndex templates_index, int k, {SearchAccelerationType acceleration = SearchAccelerationType.SEARCH_ACCELERATION_1}) → Future<List< List< >SearchResult> > -
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