Attention: This MediaPipe Solutions Preview is an early release. Learn more.

OutputHandler.ResultListener

public static interface OutputHandler.ResultListener

Interface for the customizable MediaPipe task result listener that can reteive 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