[[["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,["# Module: tflite_support.task.vision\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/__init__.py) |\n\nTensorFlow Lite Task Library Vision APIs.\n\nThis module provides interface to run TensorFlow Lite computer vision models.\n\nClasses\n-------\n\n[`class ImageClassifier`](../../tflite_support/task/vision/ImageClassifier): Class that performs classification on images.\n\n[`class ImageClassifierOptions`](../../tflite_support/task/vision/ImageClassifierOptions): Options for the image classifier task.\n\n[`class ImageEmbedder`](../../tflite_support/task/vision/ImageEmbedder): Class that performs dense feature vector extraction on images.\n\n[`class ImageEmbedderOptions`](../../tflite_support/task/vision/ImageEmbedderOptions): Options for the image embedder task.\n\n[`class ImageSearcher`](../../tflite_support/task/vision/ImageSearcher): Class to performs image search.\n\n[`class ImageSearcherOptions`](../../tflite_support/task/vision/ImageSearcherOptions): Options for the image search task.\n\n[`class ImageSegmenter`](../../tflite_support/task/vision/ImageSegmenter): Class that performs segmentation on images.\n\n[`class ImageSegmenterOptions`](../../tflite_support/task/vision/ImageSegmenterOptions): Options for the image segmenter task.\n\n[`class ObjectDetector`](../../tflite_support/task/vision/ObjectDetector): Class that performs object detection on images.\n\n[`class ObjectDetectorOptions`](../../tflite_support/task/vision/ObjectDetectorOptions): Options for the object detector task.\n\n[`class TensorImage`](../../tflite_support/task/vision/TensorImage): Wrapper class for the Image object."]]