Table of Contents

Class AIRunSettings

Namespace
HP.LFT.SDK.AI
Assembly
HP.LFT.SDK.dll

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

bool

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

settings AIAutoScrollSettings

The new auto scroll settings to use.

UpdateComboBoxSettings(AIComboBoxSettings)

Updates the AI-based combo box select settings.

public static void UpdateComboBoxSettings(AIComboBoxSettings settings)

Parameters

settings AIComboBoxSettings

The new AI-based combo box select settings to use.

UpdateOCRSettings(AIOCRSettings)

Updates the AI OCR settings.

public static void UpdateOCRSettings(AIOCRSettings settings)

Parameters

settings AIOCRSettings

The new AI OCR settings to use.