phraseMatchers property

List<String>? phraseMatchers
getter/setter pair

The list of phrase matchers to run.

If not provided, all active phrase matchers will be used. If inactive phrase matchers are provided, they will not be used. Phrase matchers will be run only if run_phrase_matcher_annotator is set to true. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}

Implementation

core.List<core.String>? phraseMatchers;