[[["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."],[],["`TextRecognizerOptions` provides settings for a text recognizer, specifically for the Latin model. It includes a `Builder` for creating instances. The class defines `DEFAULT_OPTIONS` for default use. It implements `TextRecognizerOptionsInterface`, which contains constants like `LATIN`, `LATIN_AND_CHINESE`, etc.. The `equals()` method checks object equality, and `hashCode()` generates a hash code. `TextRecognizerOptions` inherits and provides standard `Object` methods like `getClass()`, `toString()`, and `wait()`.\n"]]