Enum MatchMethod
The match method to use when identifying the AI object by its text.
public enum MatchMethod
Fields
AI = 0Find similar text using AI algorithms.
IGNORE_CASE = 1Find exactly the specified text while ignoring its case.
The match method to use when identifying the AI object by its text.
public enum MatchMethod
AI = 0Find similar text using AI algorithms.
IGNORE_CASE = 1Find exactly the specified text while ignoring its case.