Class PhraseMatchData (1.4.2)

PhraseMatchData(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The data for a matched phrase matcher. Represents information identifying a phrase matcher for a given match.

Attributes

NameDescription
phrase_matcher str
The unique identifier (the resource name) of the phrase matcher.
display_name str
The human-readable name of the phrase matcher.

Inheritance

builtins.object > proto.message.Message > PhraseMatchData