FlMlKitIdentifyLanguage class

Constructors

FlMlKitIdentifyLanguage()
factory

Properties

confidence double
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

Methods

dispose(double confidence) Future<bool>
Be sure to call this method when you are no longer using a collapsible
getCurrentConfidence() Future<double>
Get native confidence
identifyLanguage(String text) Future<IdentifiedLanguageModel?>
Identify language
identifyPossibleLanguages(String text) Future<List<IdentifiedLanguageModel>>
Identify possible languages
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setConfidence(double confidence) Future<bool>
Set confidence
toString() String
A string representation of this object.
inherited

Operators

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