Enum MatchMethod
The match method to use when identifying the AI object by its text.
Namespace: HP.LFT.SDK.AI
Assembly: HP.LFT.SDK.dll
Syntax
public enum MatchMethod
Fields
| Name | Description |
|---|---|
| AI | Find similar text using AI algorithms. |
| IGNORE_CASE | Find exactly the specified text while ignoring its case. |