[[["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\nMPPImageClassifierResult\n========================\n\n\n @interface MPPImageClassifierResult : ../Classes/MPPTaskResult.html\n\nRepresents the classification results generated by `ImageClassifier`. \\*\n- `\n ``\n ``\n `\n\n ### [classificationResult](#/c:objc(cs)MPPImageClassifierResult(py)classificationResult)\n\n `\n ` \n The `ClassificationResult` instance containing one set of results per classifier head. \\* \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, readonly) ../Classes/MPPClassificationResult.html *_Nonnull classificationResult;\n\n- `\n ``\n ``\n `\n\n ### [-initWithClassificationResult:timestampInMilliseconds:](#/c:objc(cs)MPPImageClassifierResult(im)initWithClassificationResult:timestampInMilliseconds:)\n\n `\n ` \n Initializes a new `ImageClassifierResult` with the given `ClassificationResult` and\n timestamp (in milliseconds). \n\n #### Declaration\n\n Objective-C \n\n - (nonnull instancetype)\n initWithClassificationResult:\n (nonnull ../Classes/MPPClassificationResult.html *)classificationResult\n timestampInMilliseconds:(NSInteger)timestampInMilliseconds;\n\n #### Parameters\n\n |---------------------------------|----------------------------------------------------------------------------------------|\n | ` `*classificationResult*` ` | The `ClassificationResult` instance containing one set of results per classifier head. |\n | ` `*timestampInMilliseconds*` ` | The timestamp (in milliseconds) for this result. |\n\n #### Return Value\n\n An instance of `ImageClassifierResult` initialized with the given\n `ClassificationResult` and timestamp (in milliseconds)."]]