Enables modifying the
AIOCRSettings and the
AIAutoScrollSettings for the current run session.
C# Syntax
public class AIRunSettings
Public Methods
| Name | Description |
---|
| UpdateOCRSettings | Updates the AI OCR settings. C# syntax static void UpdateOCRSettings (AIOCRSettings settings)
Parameters - settings
The new AI OCR settings to use.
|
| UpdateAutoScrollSettings | Updates the AI auto scroll settings. C# syntax static void UpdateAutoScrollSettings ( AIAutoScrollSettings settings )
Parameters - settings
The new auto scroll settings to use.
|
| GetOCREngineProvider | Retrieves the type of OCR settings being used for AI-based steps. C# syntax static OCRType GetOCREngineProvider ()
Returns The type of OCR settings being used for AI-based steps.
|
Top