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 | No | The information about the highlighted text fragments of a field. |