TimestampedClassifierResult class abstract

Container for classification results that may describe a slice of time within a larger, streaming data source (.e.g, a video or audio file).

Inheritance
Mixed-in types

Constructors

TimestampedClassifierResult({required Iterable<Classifications> classifications, required Duration? timestamp})
Container for classification results that may describe a slice of time within a larger, streaming data source (.e.g, a video or audio file).

Properties

classifications Iterable<Classifications>
The classification results for each head of the model.
no setterinherited
firstClassification BaseClassifications?
Convenience helper for the first Classifications object.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isClosed bool
Tracks whether this object has been properly released via dispose.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp Duration?
The optional timestamp (as a Duration) of the start of the chunk of data corresponding to these results.
no setteroverride

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.
override

Operators

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