Functions

Link copied to clipboard
abstract suspend fun onInterimResult(result: InterimResult)

An interim result is available, but the AnalyzerLoop is still processing more data frames. This is useful for displaying a debug window or handling state updates during a scan.

Link copied to clipboard
abstract suspend fun onReset()

The result aggregator was reset back to its original state.

Link copied to clipboard
abstract suspend fun onResult(result: FinalResult)

The aggregated result of an AnalyzerLoop is available.