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.
Inherited Members
Namespace: HP.LFT.SDK.AI
Assembly: HP.LFT.SDK.dll
Syntax
public class AIRunSettings
Constructors
AIRunSettings()
Declaration
public AIRunSettings()
Properties
VerifyIdentificationEnabled
Enables or disables verify identification feature or checks whether this feature is enabled or not.
Declaration
public static bool VerifyIdentificationEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
GetOCREngineProvider()
Retrieves the OCR provider used at runtime
Declaration
public static OCRType GetOCREngineProvider()
Returns
| Type | Description |
|---|---|
| OCRType | The OCR provider used at runtime |
UpdateAutoScrollSettings(AIAutoScrollSettings)
Updates the AI auto scroll settings.
Declaration
public static void UpdateAutoScrollSettings(AIAutoScrollSettings settings)
Parameters
| Type | Name | Description |
|---|---|---|
| AIAutoScrollSettings | settings | The new auto scroll settings to use. |
UpdateComboBoxSettings(AIComboBoxSettings)
Updates the AI-based combo box select settings.
Declaration
public static void UpdateComboBoxSettings(AIComboBoxSettings settings)
Parameters
| Type | Name | Description |
|---|---|---|
| AIComboBoxSettings | settings | The new AI-based combo box select settings to use. |
UpdateOCRSettings(AIOCRSettings)
Updates the AI OCR settings.
Declaration
public static void UpdateOCRSettings(AIOCRSettings settings)
Parameters
| Type | Name | Description |
|---|---|---|
| AIOCRSettings | settings | The new AI OCR settings to use. |