[[["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-10-31 UTC."],[],["`InputImage.ImageFormat` defines acceptable image formats for vision APIs. It supports three specific formats: `IMAGE_FORMAT_NV21`, `IMAGE_FORMAT_YV12`, and `IMAGE_FORMAT_YUV_420_888`. Each of these corresponds to standard Android `ImageFormat` types like `NV21`, `YV12`, and `YUV_420_888`, respectively. This annotation interface inherits methods from `java.lang.annotation.Annotation`, including `annotationType()`, `equals()`, `hashCode()`, and `toString()`, for use in class method.\n"]]