PronEvalWord class
Constructors
-
PronEvalWord({int? mbtm, int? metm, double? pronAccuracy, double? pronFluency, String? word, String? rword, PronEvalWordTag? tag, PronEvalWordKeyTag? keywordTag, List<
PronEvalPhone?> ? phones})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- keywordTag ↔ PronEvalWordKeyTag?
-
getter/setter pair
- mbtm ↔ int?
-
getter/setter pair
- metm ↔ int?
-
getter/setter pair
-
phones
↔ List<
PronEvalPhone?> ? -
getter/setter pair
- pronAccuracy ↔ double?
-
getter/setter pair
- pronFluency ↔ double?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- rword ↔ String?
-
getter/setter pair
- tag ↔ PronEvalWordTag?
-
getter/setter pair
- word ↔ String?
-
getter/setter pair
Methods
-
encode(
) → Object -
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
Static Methods
-
decode(
Object result) → PronEvalWord