[[["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\nImageEmbedderResult\n===================\n\n class ImageEmbedderResult : ../Classes/TaskResult.html\n\nRepresents the embedding results generated by [ImageEmbedder](../Classes/ImageEmbedder.html). \\*\n- `\n ``\n ``\n `\n\n ### [embeddingResult](#/c:objc(cs)MPPImageEmbedderResult(py)embeddingResult)\n\n `\n ` \n The `MPPEmbedderResult` instance containing one embedding per embedder head. \\* \n\n #### Declaration\n\n Swift \n\n var embeddingResult: ../Classes/EmbeddingResult.html { get }\n\n- `\n ``\n ``\n `\n\n ### [init(embeddingResult:timestampInMilliseconds:)](#/c:objc(cs)MPPImageEmbedderResult(im)initWithEmbeddingResult:timestampInMilliseconds:)\n\n `\n ` \n Initializes a new `ImageEmbedderResult` with the given `MPPEmbeddingResult` and\n timestamp (in milliseconds). \n\n #### Declaration\n\n Swift \n\n init(embeddingResult: ../Classes/EmbeddingResult.html?, timestampInMilliseconds: Int)\n\n #### Parameters\n\n |---------------------------------|--------------------------------------------------------------------------------------------------------------------|\n | ` `*embeddingResult*` ` | The [EmbeddingResult](../Classes/EmbeddingResult.html) instance containing one set of results per classifier head. |\n | ` `*timestampInMilliseconds*` ` | The timestamp (in millisecondss) for this result. |\n\n #### Return Value\n\n An instance of `ImageEmbedderResult` initialized with the given\n `MPPEmbeddingResult` and timestamp (in milliseconds).\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)MPPImageEmbedderResult(im)init)\n\n `\n ` \n Undocumented\n- `\n ``\n ``\n `\n\n ### [+new](#/c:objc(cs)MPPImageEmbedderResult(cm)new)\n\n `\n ` \n Undocumented"]]