Skip to main content
Represents the result of keyword matching operations. This class encapsulates the result from keyword matching, containing information about matched keywords and their associated groups.

Constructor

new MatchedKeywords(
    keywords: KeywordMatchInterface[]
): MatchedKeywords
Creates a new MatchedKeywords instance.

Parameters

keywords (KeywordMatchInterface[]) The list of matched keywords.

Returns

MatchedKeywords Overrides: AbstractApiDataType.constructor

Properties

keywords

readonly keywords: KeywordMatchInterface[]
The matched keywords and related metadata.