MatchMethod Enumeration
The match method to use when identifying an AI object by its text.

C# Syntax

public enum MatchMethod: System.Enum 
Members
MemberDescription
AIFind similar text using AI algorithms.
IGNORE_CASE Find exactly the specified text while ignoring its case.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         HP.LFT.SDK.AI.MatchMethod