Detected class final

A language was identified with confidence at or above the detector's minConfidence threshold.

Inheritance

Constructors

Detected(LanguageGuess best, List<LanguageGuess> ranked)
Creates a result naming best as the detected language, alongside the full ranked list it was chosen from.

Properties

best LanguageGuess
The highest-confidence guess.
final
hashCode int
The hash code for this object.
no setterinherited
ranked List<LanguageGuess>
All scored guesses, ranked by descending confidence (including best as the first element).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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