Perception class
Raw sensory input after initial processing.
Constructors
-
Perception({required String id, required String rawInput, required PerceptionModality modality, DateTime? timestamp, double confidence = 1.0, Map<
String, dynamic> ? features})
Properties
- confidence → double
-
final
-
features
→ Map<
String, dynamic> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- modality → PerceptionModality
-
final
- rawInput → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timestamp → DateTime
-
final
-
tokens
→ List<
String> -
Extracted semantic tokens from raw input.
no setter
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