JapaneseTextRecognizerOptions
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
JapaneseTextRecognizerOptions is a public final class that extends Object and implements TextRecognizerOptionsInterface, used for recognizing Latin and Japanese text.
It includes a nested class, JapaneseTextRecognizerOptions.Builder, for building JapaneseTextRecognizerOptions objects.
The class inherits constants for various language combinations, including LATIN_AND_JAPANESE, from the TextRecognizerOptionsInterface.
JapaneseTextRecognizerOptions has public methods for checking equality with another object and returning a hash code.
[[["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."],[],["`JapaneseTextRecognizerOptions` provides settings for recognizing Latin and Japanese text. It implements `TextRecognizerOptionsInterface`, offering constants like `LATIN` and `LATIN_AND_JAPANESE`. A `Builder` nested class helps create instances. Key actions include checking object equality with `equals()` and generating a hash code via `hashCode()`. The class inherits standard methods from `Object`, like `toString()`, `wait()`, and `notify()`.\n"]]