Class AIRunSettings
Enables modifying the AI Runtime settings temporarily. The supported settings are: AIOCRSettings, controls the list _languages the AI OCR should look for. AIAutoScrollSettings, controls the automatic scrolling options. AIComboBoxSettings, controls the automatic scrolling option for AiComboBox elements.
public class AIRunSettings
- Inheritance
-
AIRunSettings
- Inherited Members
Constructors
AIRunSettings()
public AIRunSettings()
Properties
VerifyIdentificationEnabled
Enables or disables verify identification feature or checks whether this feature is enabled or not.
public static bool VerifyIdentificationEnabled { get; set; }
Property Value
Methods
GetOCREngineProvider()
Retrieves the OCR provider used at runtime
public static OCRType GetOCREngineProvider()
Returns
- OCRType
The OCR provider used at runtime
UpdateAutoScrollSettings(AIAutoScrollSettings)
Updates the AI auto scroll settings.
public static void UpdateAutoScrollSettings(AIAutoScrollSettings settings)
Parameters
settingsAIAutoScrollSettingsThe new auto scroll settings to use.
UpdateComboBoxSettings(AIComboBoxSettings)
Updates the AI-based combo box select settings.
public static void UpdateComboBoxSettings(AIComboBoxSettings settings)
Parameters
settingsAIComboBoxSettingsThe new AI-based combo box select settings to use.
UpdateOCRSettings(AIOCRSettings)
Updates the AI OCR settings.
public static void UpdateOCRSettings(AIOCRSettings settings)
Parameters
settingsAIOCRSettingsThe new AI OCR settings to use.