public interface TaskResult
Known Indirect Subclasses
AudioClassifierResult
, AudioEmbedderResult
, FaceDetectorResult
, FaceLandmarkerResult
, FaceStylizerResult
, GestureRecognizerResult
, HandLandmarkerResult
, HolisticLandmarkerResult
, ImageClassifierResult
, ImageEmbedderResult
, ImageGeneratorResult
, ImageSegmenterResult
, LanguageDetectorResult
, ObjectDetectionResult
, ObjectDetectorResult
, PoseLandmarkerResult
, TextClassifierResult
, TextEmbedderResult
| AudioClassifierResult | Represents the classification results generated by AudioClassifier
. |
| AudioEmbedderResult | Represents the embedding results generated by AudioEmbedder
. |
| FaceDetectorResult | Represents the detection results generated by FaceDetector
. |
| FaceLandmarkerResult | Represents the face landmarks detection results generated by FaceLandmarker
. |
| FaceStylizerResult | Represents the stylized image generated by FaceStylizer
. |
| GestureRecognizerResult | Represents the gesture recognition results generated by GestureRecognizer
. |
| HandLandmarkerResult | Represents the hand landmarks deection results generated by HandLandmarker
. |
| HolisticLandmarkerResult | Represents the holistic landmarks detection results generated by HolisticLandmarker
. |
| ImageClassifierResult | Represents the classification results generated by ImageClassifier
. |
| ImageEmbedderResult | Represents the embedding results generated by ImageEmbedder
. |
| ImageGeneratorResult | Represents the image generation results generated by ImageGenerator
. |
| ImageSegmenterResult | Represents the segmentation results generated by ImageSegmenter
. |
| LanguageDetectorResult | Represents the prediction results generated by LanguageDetector
. |
| ObjectDetectionResult | This class is deprecated. Use ObjectDetectorResult
instead.
|
| ObjectDetectorResult | Represents the detection results generated by ObjectDetector
. |
| PoseLandmarkerResult | Represents the pose landmarks deection results generated by PoseLandmarker
. |
| TextClassifierResult | Represents the classification results generated by TextClassifier
. |
| TextEmbedderResult | Represents the embedding results generated by TextEmbedder
. |
Interface for the MediaPipe Task result. Any MediaPipe task-specific result class should
implement TaskResult
.
Public Methods
abstract
long
Public Methods
public abstract long timestampMs ()
Returns the timestamp that is associated with the task result object.

