public class SearchResultHighlight extends com.ibm.cloud.sdk.core.service.model.DynamicModel<List<String>>
| Constructor and Description | 
|---|
| SearchResultHighlight() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<String> | getBody()Gets the body. | 
| List<String> | getTitle()Gets the title. | 
| List<String> | getUrl()Gets the url. | 
public List<String> getBody()
An array of strings containing segments taken from body text in the search results, with query-matching substrings highlighted.
public List<String> getTitle()
An array of strings containing segments taken from title text in the search results, with query-matching substrings highlighted.
Copyright © 2023 IBM Cloud. All rights reserved.