TaskResult

public interface TaskResult
Known Indirect Subclasses

Interface for the MediaPipe Task result. Any MediaPipe task-specific result class should implement TaskResult.

Public Methods

abstract long
timestampMs()
Returns the timestamp that is associated with the task result object.

Public Methods

public abstract long timestampMs ()

Returns the timestamp that is associated with the task result object.