HighlightField specifies information about the highlighted text fragments of a field.
Data structure
message HighlightField {
optional string field_name = 1;
repeated string field_fragments = 2;
}
Parameter | Type | Required | Description |
field_name | string | Yes | The name of the field. |
field_fragments | string | Yes | The information about the highlighted text fragment. |