AIOCRSettings Class
The AI OCR settings. Use AIRunSettings to update them during the run session.

C# Syntax

public class AIOCRSettings

Public Constructor

 NameDescription
Public ConstructorAIOCRSettings Constructor

Create a new instance of the AIOCRSettings class.

C# Syntax

public AIOCRSettings()
Top

Public Properties

 NameDescription
Public MethodLanguages

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

C# syntax

public String[] Languages {get; set;}
Public MethodOCR_Engine

The type of OCR settings to use for AI-based steps.

Note: This setting is supported only for non-mobile testing.

C# syntax

public OCRType OCR_Engine {get; set;}
Top