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,["# MediaPipeTasksText Framework Reference\n\nBaseOptions\n===========\n\n class BaseOptions : NSObject, NSCopying\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 Swift \n\n var modelAssetPath: String { get set }\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 Swift \n\n var delegate: ../Enums/Delegate.html { get set }"]]