AI-generated Key Takeaways
-
JapaneseTextRecognizerOptions.Builder
is a builder class forJapaneseTextRecognizerOptions
. -
It includes a constructor, a
build()
method to create an instance ofJapaneseTextRecognizerOptions
, and asetExecutor()
method to set a custom executor. -
The class also inherits standard methods from
java.lang.Object
.
Builder for the
JapaneseTextRecognizerOptions
class.
Public Constructor Summary
Builder()
|
Public Method Summary
JapaneseTextRecognizerOptions |
build()
Creates a new
JapaneseTextRecognizerOptions instance.
|
JapaneseTextRecognizerOptions.Builder |
Inherited Method Summary
Public Constructors
public Builder ()
Public Methods
public JapaneseTextRecognizerOptions build ()
Creates a new
JapaneseTextRecognizerOptions
instance.