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

com.google.mediapipe.tasks.core

Interfaces

ErrorListener Interface for the customizable MediaPipe task error listener. 
OutputHandler.OutputPacketConverter<OutputT extends TaskResult, InputT> Interface for converting MediaPipe graph output ERROR(/Packet)s to task result object and task input object. 
OutputHandler.PureResultListener<OutputT extends TaskResult> Interface for the customizable MediaPipe task result listener that can only reteive task result objects. 
OutputHandler.ResultListener<OutputT extends TaskResult, InputT> Interface for the customizable MediaPipe task result listener that can reteive both task result objects and the corresponding input data. 
TaskResult Interface for the MediaPipe Task result. 

Classes

BaseOptions Options to configure MediaPipe Tasks in general. 
BaseOptions.Builder Builder for BaseOptions
OutputHandler<OutputT extends TaskResult, InputT> Base class for handling MediaPipe task graph outputs. 
TaskInfo<T extends TaskOptions> TaskInfo contains all needed information to initialize a MediaPipe Task ERROR(/com.google.mediapipe.framework.Graph)
TaskInfo.Builder<T extends TaskOptions> Builder for TaskInfo
TaskOptions MediaPipe Tasks options base class. 
TaskRunner The runner of MediaPipe task graphs. 

Enums

Delegate MediaPipe Tasks delegate.