DetectionResultBase class abstract

Implementers

Constructors

DetectionResultBase({required String language, required num score, required bool translationSupported, required bool transliterationSupported})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
language String
The detected language.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score num
Likelihood of the language being correct, from 0-1.
final
translationSupported bool
Whether translation is supported for this language.
final
transliterationSupported bool
Whether transliteration is supported for this language.
final

Methods

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