Enum HighlightTextType
Represents the type of text in a highlighting result, matching or surrounding.
public enum HighlightTextType
Fields
Hit = 0
Indicates that the text contains a match.
Text = 1
Indicates that the text contains the text content adjacent to a matching string.