Class AIOCRSettings
The AI OCR settings to use in AI-based Web tests, which can be updated during runtime using AIRunSettings.
Inherited Members
Namespace: HP.LFT.SDK.AI
Assembly: HP.LFT.SDK.dll
Syntax
public class AIOCRSettings
Constructors
AIOCRSettings()
Constructs a new instance of AIOCRSettings.
Declaration
public AIOCRSettings()
Properties
Languages
An array of languages to be used by the AI OCR.
Declaration
public string[] Languages { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
OCR_Type
The OCR engine provider
Declaration
public OCRType? OCR_Type { get; set; }
Property Value
| Type | Description |
|---|---|
| OCRType? |