AI-generated Key Takeaways
-
KoreanTextRecognizerOptions.Builder
is used to createKoreanTextRecognizerOptions
instances for Korean text recognition. -
It provides methods to customize the text recognition process, such as setting a custom
Executor
for task execution. -
By default, if no custom
Executor
is specified, an internal background thread pool handles the text recognition tasks. -
The
build()
method finalizes the configuration and returns aKoreanTextRecognizerOptions
object ready for use.
Builder for the KoreanTextRecognizerOptions
class.
Public Constructor Summary
Builder()
|
Public Method Summary
KoreanTextRecognizerOptions |
build()
Creates a new
KoreanTextRecognizerOptions instance.
|
KoreanTextRecognizerOptions.Builder |
Inherited Method Summary
Public Constructors
public Builder ()
Public Methods
public KoreanTextRecognizerOptions build ()
Creates a new
KoreanTextRecognizerOptions
instance.