Module: Google::Cloud::DiscoveryEngine::V1::SearchRequest::DisplaySpec::MatchHighlightingCondition

Defined in:
proto_docs/google/cloud/discoveryengine/v1/search_service.rb

Overview

Enum describing under which condition match highlighting should occur.

Constant Summary collapse

MATCH_HIGHLIGHTING_CONDITION_UNSPECIFIED =

Server behavior is the same as MATCH_HIGHLIGHTING_DISABLED.

0
MATCH_HIGHLIGHTING_DISABLED =

Disables match highlighting on all documents.

1
MATCH_HIGHLIGHTING_ENABLED =

Enables match highlighting on all documents.

2