Table of Contents

Enum MatchMethod

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

The match method to use when identifying the AI object by its text.

public enum MatchMethod

Fields

AI = 0

Find similar text using AI algorithms.

IGNORE_CASE = 1

Find exactly the specified text while ignoring its case.