MediaPipeTasksText Framework Reference

MPPTaskResult


@interface MPPTaskResult : NSObject <NSCopying>

MediaPipe Tasks result base class. Any MediaPipe task result class should extend this class.

  • Timestamp that is associated with the task result object.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSInteger timestampInMilliseconds;
  • Undocumented

    Declaration

    Objective-C

    - (instancetype)init NS_UNAVAILABLE;
  • Undocumented

    Declaration

    Objective-C

    - (instancetype)initWithTimestampInMilliseconds:(NSInteger)timestampInMilliseconds
        NS_DESIGNATED_INITIALIZER;