Holds the base options that is used for creation of any type of task. It has fields with
important information acceleration configuration, TFLite model source etc.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-08 UTC."],[],[],null,["# MediaPipeTasksVision Framework Reference\n\nMPPBaseOptions\n==============\n\n\n @interface MPPBaseOptions : NSObject \u003cNSCopying\u003e\n\nHolds the base options that is used for creation of any type of task. It has fields with\nimportant information acceleration configuration, TFLite model source etc.\n- `\n ``\n ``\n `\n\n ### [modelAssetPath](#/c:objc(cs)MPPBaseOptions(py)modelAssetPath)\n\n `\n ` \n The path to the model asset to open and mmap in memory. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, copy) NSString *_Nonnull modelAssetPath;\n\n- `\n ``\n ``\n `\n\n ### [delegate](#/c:objc(cs)MPPBaseOptions(py)delegate)\n\n `\n ` \n Overrides the default backend to use for the provided model. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic) ../Enums/MPPDelegate.html delegate;"]]