DisplaySpec

Specifies features for display, like match highlighting.

JSON representation
{
  "matchHighlightingCondition": enum (MatchHighlightingCondition)
}
Fields
matchHighlightingCondition

enum (MatchHighlightingCondition)

The condition under which match highlighting should occur.

MatchHighlightingCondition

Enum describing under which condition match highlighting should occur.

Enums
MATCH_HIGHLIGHTING_CONDITION_UNSPECIFIED Server behavior is the same as MATCH_HIGHLIGHTING_DISABLED.
MATCH_HIGHLIGHTING_DISABLED Disables match highlighting on all documents.
MATCH_HIGHLIGHTING_ENABLED Enables match highlighting on all documents.