[[["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,["# tflite_support.task.vision.ImageSearcherOptions\n\n\u003cbr /\u003e\n\n|--------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tflite-support/blob/v0.4.4/tensorflow_lite_support/python/task/vision/image_searcher.py#L34-L50) |\n\nOptions for the image search task. \n\n tflite_support.task.vision.ImageSearcherOptions(\n base_options: ../../../tflite_support/task/core/BaseOptions,\n embedding_options: ../../../tflite_support/task/processor/EmbeddingOptions = dataclasses.field(default_factory=_EmbeddingOptions),\n search_options: ../../../tflite_support/task/processor/SearchOptions = dataclasses.field(default_factory=_SearchOptions)\n )\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Attributes ---------- ||\n|---------------------|------------------------------------------------|\n| `base_options` | Base options for the image searcher task. |\n| `embedding_options` | Embedding options for the image searcher task. |\n| `search_options` | Search options for the image searcher task. |\n\n\u003cbr /\u003e\n\nMethods\n-------\n\n### `__eq__`\n\n __eq__(\n other\n )"]]