HighlightResult

Updated at:

HighlightResult specifies the highlighted results of a non-Nested field.

Data structure

message HighlightResult {
    repeated HighlightField highlight_fields = 1;
}

Parameter

Type

Required

Description

highlight_fields

HighlightField

No

The information about the highlighted text fragments of a field.