set Configuration
abstract fun setConfiguration(configuration: TextPatternScannerConfiguration = TextPatternScannerConfiguration( )): Result<Unit>
Inplace reconfigures the API instance with new settings.
Return
Result of the operation.
Parameters
configuration
The configuration to use for the generic text line scanner.