LanguageDetectorResult class
Container with results of MediaPipe's language detection task.
See also:
- Inheritance
-
- Object
- BaseLanguageDetectorResult
- LanguageDetectorResult
Constructors
-
LanguageDetectorResult.new({required Iterable<
LanguagePrediction> predictions}) - Container with results of MediaPipe's language detection task.
-
LanguageDetectorResult.native(Pointer<
LanguageDetectorResult> ? _pointer) - Initializes a LanguageDetectorResult instance as a wrapper around native memory.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isClosed → bool
-
Tracks whether this object has been properly released via
dispose
.no setterinherited -
predictions
→ Iterable<
LanguagePrediction> -
A list of predictions from the LanguageDetector.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dispose(
) → void -
Releases all resources for this object.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited