OutputHandler.ResultListener

public static interface OutputHandler.ResultListener

Interface for the customizable MediaPipe task result listener that can retrieve both task result objects and the corresponding input data.

Public Methods

abstract void
run(OutputT result, InputT input)

Public Methods

public abstract void run (OutputT result, InputT input)

Parameters
result
input