Table of Contents

Class AIOCRSettings

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

The AI OCR settings to use in AI-based Web tests, which can be updated during runtime using AIRunSettings.

public class AIOCRSettings
Inheritance
AIOCRSettings
Inherited Members

Constructors

AIOCRSettings()

Constructs a new instance of AIOCRSettings.

public AIOCRSettings()

Properties

Languages

An array of languages to be used by the AI OCR.

public string[] Languages { get; set; }

Property Value

string[]

OCR_Type

The OCR engine provider

public OCRType? OCR_Type { get; set; }

Property Value

OCRType?